update components

This commit is contained in:
Luke Pulverenti 2016-03-02 23:31:15 -05:00
parent dfb7baaec3
commit 982dae32cf
7 changed files with 18 additions and 15 deletions

View file

@ -128,7 +128,7 @@
dlg.setAttribute('data-lockscroll', 'true');
}
if (options.enableHistory !== false) {
if (options.enableHistory !== false && historyManager.enableNativeHistory()) {
dlg.setAttribute('data-history', 'true');
}