move page.js to node
This commit is contained in:
parent
7e369da67b
commit
9d1f61f414
6 changed files with 18 additions and 1084 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue