removed .js ending from addScript - now the toolbar appears

This commit is contained in:
Mihai Varga 2015-10-27 19:08:47 +02:00
parent de28f7c58c
commit 4bbcd5cac8

View File

@ -224,7 +224,7 @@ var documentsMain = {
map.addControl(L.control.partsPreview());
map.addControl(L.control.tabs());
OC.addScript('documents', '3rdparty/cloudsuite/cloudsuite.js');
OC.addScript('documents', '3rdparty/cloudsuite/cloudsuite');
documentsMain.overlay.documentOverlay('hide');
});