more OxJS api changes
This commit is contained in:
parent
4fc5fc53de
commit
ec459b0fac
8 changed files with 11 additions and 11 deletions
|
|
@ -241,7 +241,7 @@ oml.URL = (function() {
|
|||
Ox.Request.cancel();
|
||||
self.isPopState = true;
|
||||
$('.OxDialog:visible').each(function() {
|
||||
Ox.UI.elements[$(this).data('oxid')].close();
|
||||
Ox.$elements[$(this).data('oxid')].close();
|
||||
});
|
||||
if (e.state && !Ox.isEmpty(e.state)) {
|
||||
document.title = Ox.decodeHTMLEntities(e.state.title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue