editor: fix sidebar sometimes not loading

This commit is contained in:
Laura Klünder 2016-11-28 16:49:16 +01:00
parent 931490f045
commit 83bdc4b035

View file

@ -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