This commit is contained in:
zmagod 2017-01-19 10:12:01 +01:00
parent 27d3868f37
commit 2ccafdd670
2 changed files with 4 additions and 1218 deletions

View file

@ -250,8 +250,8 @@ var SmartAnnotation = (function() {
function atWhoSwitchHack(searchFilter, remoteFilterCb) {
if(atWhoUpdating || (!$(field).length && _.isUndefined(searchFilter))) {
setTimeout(function() {
$(field).atwho('run');
}, 300);
$(field).click();
}, 100);
return;
}
@ -259,7 +259,7 @@ var SmartAnnotation = (function() {
setTimeout(function() {
remoteFilterCb();
atWhoUpdating = false;
}, 300);
}, 100);
}
function atWhoSettings(at, defaultSearchFilter) {

File diff suppressed because one or more lines are too long