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