important fixes

This commit is contained in:
Pierre Bondoerffer 2017-04-13 17:56:28 +02:00
parent 6b57bb2bbb
commit 248f88034b
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
1 changed files with 1 additions and 2 deletions

View File

@ -262,8 +262,7 @@ define([
Render.updateTable(table, displayedObj2, conf); Render.updateTable(table, displayedObj2, conf);
updateDisplayedTable(); updateDisplayedTable();
setFocus(f); setFocus(f);
if (typeof(cb) === "function") if (typeof(cb) === "function") {
{
cb(); cb();
} }
}; };