Fix input losing focus in polls with Chrome 57

This commit is contained in:
yflory
2017-04-05 12:04:01 +02:00
parent a5e5ddae08
commit a9777ce560
2 changed files with 25 additions and 8 deletions

View File

@@ -948,7 +948,6 @@ define([
}
}
if (unsortedFiles.indexOf(href) === -1 && rootFiles.indexOf(href) === -1 && templateFiles.indexOf(href) === -1 && trashFiles.indexOf(href) === -1) {
console.log('push', href);
files[UNSORTED].push(href);
}
};