Browse Source

removed force_redraw

8.0
Mathias Markl 6 years ago
parent
commit
6e135952ed
  1. 6
      muk_web_utils/static/src/js/jquery.js

6
muk_web_utils/static/src/js/jquery.js

@ -49,9 +49,3 @@ $.fn.dndHover = function(options) {
});
});
};
$.fn.force_redraw = function() {
return this.hide(0, function() {
$(this).show();
});
}
Loading…
Cancel
Save