This fix the overlay of the complexity bar

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
Maxence Lange 2017-07-26 16:05:31 +02:00
parent 174cd4f478
commit a8f4b33cd5
1 changed files with 1 additions and 1 deletions

View File

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