nano map changes.

This commit is contained in:
d3athrow
2014-07-21 19:06:25 -05:00
parent cc922d9656
commit c01417d402
7 changed files with 49 additions and 31 deletions

View File

@@ -51,6 +51,8 @@ NanoBaseCallbacks = function ()
window.location.href = href;
}
});
return updateData;
},
nanomap: function (updateData) {
$('.mapIcon')
@@ -85,6 +87,10 @@ NanoBaseCallbacks = function ()
marginTop: '-' + Math.floor(uiMapHeight / 2) + 'px'
});
});
$('#uiMapImage').attr('src', 'nanomap' + updateData['config']['mapZLevel'] + '.png');
return updateData;
}
};