Alertbox does not open when opening page anymore.
This commit is contained in:
parent
49dca85dda
commit
fba2345811
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ DynMap.prototype = {
|
||||||
|
|
||||||
var alertbox = me.alertbox = $('<div/>')
|
var alertbox = me.alertbox = $('<div/>')
|
||||||
.addClass('alertbox')
|
.addClass('alertbox')
|
||||||
|
.hide()
|
||||||
.appendTo(container);
|
.appendTo(container);
|
||||||
|
|
||||||
me.selectMap(me.defaultworld.defaultmap);
|
me.selectMap(me.defaultworld.defaultmap);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue