Skip to content

Commit

Permalink
Minor fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowglen committed Jun 22, 2014
1 parent 4c35608 commit 61ef908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax/status.php
Expand Up @@ -10,7 +10,7 @@
$user_id = $_GET['uid'];
$reply_to_id = "";
$html = '<div class="ajax_form round">';
$html .= "<a class=\"close fa fa-times\" title=\"Close\" onclick=\"$(this).parent().slideToggle(300);\" href=\"#\"></a>";
$html .= "<a class=\"close fa fa-times\" title=\"Close\" onclick=\"$(this).parent().slideToggle(300);return false;\" href=\"#\"></a>";
$html .= '<ol>';
$html .= formatConversation($_GET['id']);
$html .= '</ol></div>';
Expand Down

0 comments on commit 61ef908

Please sign in to comment.