remove some annoying 'missing username/password/e-mail' messages

This commit is contained in:
rolux 2011-11-07 09:58:37 +00:00
commit 3bed914023
3 changed files with 31 additions and 25 deletions

View file

@ -64,9 +64,10 @@ pandora.ui.siteDialog = function(section) {
$dialog.options({
title: Ox.getObjectById(tabs, data.selected).title
});
pandora.URL.replace('/' + data.selected);
//fixme: this should be using URL.push / UI.set
//but that currenlty causes another dialog to be opened
history.pushState({}, '', '/' + data.selected);
//history.pushState({}, '', '/' + data.selected);
}
});
var $dialog = Ox.Dialog({