Update version to 0.3.1 Fix for #24

This commit is contained in:
Joxit
2017-11-08 23:50:43 -04:00
parent adab8b03de
commit 325a2417f4
13 changed files with 60 additions and 54 deletions

View File

@@ -80,7 +80,7 @@ registryUI.removeServer = function(url) {
localStorage.setItem('registryServer', JSON.stringify(registryServer));
if (url == registryUI.url()) {
registryUI.updateHistory(registryUI.getRegistryServer(0));
rg.router.go('home');
route('');
}
}