1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Typo, again

This commit is contained in:
sam 2012-05-02 00:58:19 +07:00
parent 05bc0c17d5
commit 374343977f

View File

@ -401,7 +401,7 @@ if (content && key) {
/* Remap the message close handler to include the clipboard /* Remap the message close handler to include the clipboard
flash reposition */ flash reposition */
$(".close").die().live('click'), function(e){ $(".close").die().live('click', function(e){
e.preventDefault(); e.preventDefault();
$(this).parent().fadeOut(function(){clip.reposition()}); $(this).parent().fadeOut(function(){clip.reposition()});
}); });