mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Typo
This commit is contained in:
parent
4559b8af68
commit
05bc0c17d5
@ -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()});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user