editor: fix sidebar sometimes not loading
This commit is contained in:
parent
931490f045
commit
83bdc4b035
1 changed files with 1 additions and 3 deletions
|
@ -329,8 +329,6 @@ editor = {
|
|||
$('#mapeditcontrols').on('click', 'a[href]', editor._sidebar_link_click)
|
||||
.on('click', 'button[type=submit]', editor._sidebar_submit_btn_click)
|
||||
.on('submit', 'form', editor._sidebar_submit);;
|
||||
|
||||
editor.sidebar_get('mapitemtypes/'+String(editor._level)+'/');
|
||||
},
|
||||
sidebar_get: function(location) {
|
||||
// load a new page into the sidebar using a GET request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue