important fixes
parent
6b57bb2bbb
commit
248f88034b
|
@ -262,8 +262,7 @@ define([
|
|||
Render.updateTable(table, displayedObj2, conf);
|
||||
updateDisplayedTable();
|
||||
setFocus(f);
|
||||
if (typeof(cb) === "function")
|
||||
{
|
||||
if (typeof(cb) === "function") {
|
||||
cb();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue