1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
sam 2012-05-02 00:44:06 +07:00
parent 4559b8af68
commit 05bc0c17d5

View File

@ -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()});
});