From 6e135952ed19acd1e43e3189e3b282b64cea5f2d Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Tue, 27 Mar 2018 01:25:23 +0200 Subject: [PATCH] removed force_redraw --- muk_web_utils/static/src/js/jquery.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/muk_web_utils/static/src/js/jquery.js b/muk_web_utils/static/src/js/jquery.js index ba62ecd..8d18964 100644 --- a/muk_web_utils/static/src/js/jquery.js +++ b/muk_web_utils/static/src/js/jquery.js @@ -48,10 +48,4 @@ $.fn.dndHover = function(options) { }, 1); }); }); -}; - -$.fn.force_redraw = function() { - return this.hide(0, function() { - $(this).show(); - }); -} \ No newline at end of file +}; \ No newline at end of file