comment out splitter code

This commit is contained in:
ansuz 2017-08-16 12:15:08 +02:00
parent 46e47b454d
commit 2a8abc2699

View File

@ -410,6 +410,7 @@ define([
} }
}); });
/*
// add the splitter // add the splitter
if (!$iframe.has('.cp-splitter').length) { if (!$iframe.has('.cp-splitter').length) {
var $preview = $iframe.find('#previewContainer'); var $preview = $iframe.find('#previewContainer');
@ -437,6 +438,7 @@ define([
}); });
}); });
} }
*/
Cryptpad.removeLoadingScreen(); Cryptpad.removeLoadingScreen();
setEditable(true); setEditable(true);