fix shop display

master
Thomas Rudin 2018-10-23 15:48:49 +02:00
parent a39c9827b4
commit 8c81384455
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@
function update(){
m.request({ url: "shop" })
.then(function(_list){ list = _list; });
.then(function(_list){
list = _list;
redraw();
});
}
tileserver.mapLoadedCallbacks.push(function(map){