[rg-router] Remove old way to go in taglist

global catalog var is now in registryUI global var
This commit is contained in:
Joxit 2016-06-04 16:41:18 +02:00
parent e45c107fe7
commit 7e677204d4
4 changed files with 18 additions and 23 deletions

View file

@ -46,10 +46,9 @@ registryUI.changeServer = function(url) {
}
registryServer.splice(index, 1);
registryServer = [url].concat(registryServer);
registryUI.registryServer.servers = registryServer;
localStorage.setItem('registryServer', JSON.stringify(registryServer));
}
var catalog = {};
registryUI.catalog = {};
registryUI.taglist = {};
riot.mount('catalog');