Alertbox does not open when opening page anymore.

This commit is contained in:
FrozenCow 2011-02-26 21:33:02 +01:00
parent 84b86f25a3
commit a04215be8f

View File

@ -234,6 +234,7 @@ DynMap.prototype = {
var alertbox = me.alertbox = $('<div/>')
.addClass('alertbox')
.hide()
.appendTo(container);
me.selectMap(me.defaultworld.defaultmap);