X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=filex%2Fstatic%2Ffilex%2Ffilex.js;fp=filex%2Fstatic%2Ffilex%2Ffilex.js;h=a19b354c852d04b7b8a7746be0980e5d5b625709;hb=1b2a8480700fed22f8cb47709b4fcc1546af8c0b;hp=dc776d8dd606f79aa5c75360b06f20c98ddd7aeb;hpb=8cb1584dc8c5733aa00d3223cc2380eecac13f41;p=qcg-portal.git diff --git a/filex/static/filex/filex.js b/filex/static/filex/filex.js index dc776d8..a19b354 100644 --- a/filex/static/filex/filex.js +++ b/filex/static/filex/filex.js @@ -357,6 +357,8 @@ $(function(){ this.reloadFiles(); this.updateFavorites(); + + localStorage.last_location = location; }, reloadFiles: function() { @@ -488,11 +490,10 @@ $(function(){ }, initialLoad: function() { - if (!this.host) { - var opts = this.hostSelectize.options; + var opts = this.hostSelectize.options, + location = localStorage.last_location || opts[Object.keys(opts)[0]].value; - this.router.navigate('#' + opts[Object.keys(opts)[0]].value, {trigger: true, replace: true}); - } + this.router.navigate('#' + location, {trigger: true, replace: true}); }, updateFavorites: function() {