move page.js to node

This commit is contained in:
grafixeyehero 2020-03-02 01:15:49 +03:00
parent 7e369da67b
commit 9d1f61f414
6 changed files with 18 additions and 1084 deletions

View file

@ -172,7 +172,7 @@ define(['appRouter', 'focusManager', 'browser', 'layoutManager', 'inputManager',
}
function isHistoryEnabled(dlg) {
return dlg.getAttribute('data-history') === 'true';
return dlg.getAttribute('data-history') === 'false';
}
function open(dlg) {