From 9a320cc50fe4a8c663b62bf40f0ae62bbfb718da Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Apr 2014 20:18:26 +0200 Subject: [PATCH] Removed a function we should not have. --- htdocs/core/js/lib_head.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); - +*/