Removed a function we should not have.
This commit is contained in:
parent
196cf53dbd
commit
9a320cc50f
@ -1,4 +1,4 @@
|
|||||||
// Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
// Copyright (C) 2005-2014 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
// Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
// Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
@ -924,6 +924,7 @@ function copyToClipboard(text,text2)
|
|||||||
*
|
*
|
||||||
* TODO Who use this ?
|
* TODO Who use this ?
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
(function($){
|
(function($){
|
||||||
$.widget("ui.onDelayedKeyup", {
|
$.widget("ui.onDelayedKeyup", {
|
||||||
_init : function() {
|
_init : function() {
|
||||||
@ -942,4 +943,4 @@ function copyToClipboard(text,text2)
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user