v2 up aig9a

This commit is contained in:
2018-12-03 11:41:39 +01:00
parent 87f56daf15
commit d02114b3f3
3 changed files with 4 additions and 4 deletions

View File

@@ -1349,7 +1349,7 @@ class AutomaticDispose {
if (i === 0) {
continue;
}
elem[i].click();
$(elem[i]).click();
}
}