From 05bc0c17d59dc93ef6663fb80f56e2dc09e30d6a Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 2 May 2012 00:44:06 +0700 Subject: [PATCH] Typo --- static/js/behavior.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/behavior.js b/static/js/behavior.js index ac04c7a..f1f3fae 100644 --- a/static/js/behavior.js +++ b/static/js/behavior.js @@ -401,7 +401,7 @@ if (content && key) { /* Remap the message close handler to include the clipboard flash reposition */ - $(".close").die().live('click') function(e){ + $(".close").die().live('click'), function(e){ e.preventDefault(); $(this).parent().fadeOut(function(){clip.reposition()}); });