Browse Source

removed force_redraw

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

8
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();
});
}
};
Loading…
Cancel
Save