This fix the overlay of the complexity bar

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
pull/5886/head
Maxence Lange 7 years ago
parent 174cd4f478
commit a8f4b33cd5

@ -74,7 +74,7 @@
// Create clone
var $clone = cloneElement($input);
$clone.insertAfter($input);
$clone.insertBefore($input);
// Set callback arguments
if(callback.fn){

Loading…
Cancel
Save