Updated links to new hash variant and cleaned up About and Option panes

This commit is contained in:
n1474335 2017-06-16 15:36:42 +00:00
parent 685f7a4f00
commit 4363da534d
9 changed files with 55 additions and 34 deletions

View file

@ -678,9 +678,7 @@ App.prototype.stateChange = function(e) {
* @param {event} e
*/
App.prototype.popState = function(e) {
if (window.location.href.split("#")[0] !== this.lastStateUrl) {
this.loadURIParams();
}
this.loadURIParams();
};