|
|
@ -180,7 +180,7 @@ define([
|
|
|
|
if (JSONSortify(newContent) === JSONSortify(oldContent)) { return; }
|
|
|
|
if (JSONSortify(newContent) === JSONSortify(oldContent)) { return; }
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
evContentUpdate.fire(newContent, waitFor);
|
|
|
|
evContentUpdate.fire(newContent, waitFor);
|
|
|
|
setTimeout(function () { oldContent = newContent; });
|
|
|
|
oldContent = newContent;
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|
console.log(e.stack);
|
|
|
|
console.log(e.stack);
|
|
|
|
UI.errorLoadingScreen(e.message);
|
|
|
|
UI.errorLoadingScreen(e.message);
|
|
|
|