move document.ready()
This commit is contained in:
parent
0eb444eb38
commit
1b1e76d3e0
1 changed files with 1 additions and 3 deletions
|
@ -58,8 +58,8 @@ c3nav = {
|
|||
$.ajax('/map/tile_access');
|
||||
c3nav.schedule_refresh_tile_access();
|
||||
}
|
||||
|
||||
};
|
||||
$(document).ready(c3nav.init);
|
||||
|
||||
LevelControl = L.Control.extend({
|
||||
options: {
|
||||
|
@ -124,5 +124,3 @@ LevelControl = L.Control.extend({
|
|||
buttons.removeClass('current');
|
||||
}
|
||||
});
|
||||
|
||||
$(document).ready(c3nav.init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue