diff --git a/htdocs/core/js/lib_head.js b/htdocs/core/js/lib_head.js index b6b5993b9d4..0223117ec50 100644 --- a/htdocs/core/js/lib_head.js +++ b/htdocs/core/js/lib_head.js @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2013 Laurent Destailleur +// Copyright (C) 2005-2014 Laurent Destailleur // Copyright (C) 2005-2012 Regis Houssin // // This program is free software; you can redistribute it and/or modify @@ -924,6 +924,7 @@ function copyToClipboard(text,text2) * * TODO Who use this ? */ +/* (function($){ $.widget("ui.onDelayedKeyup", { _init : function() { @@ -942,4 +943,4 @@ function copyToClipboard(text,text2) } }); })(jQuery); - +*/