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