mirror of https://github.com/xwiki-labs/cryptpad
comment out splitter code
This commit is contained in:
parent
46e47b454d
commit
2a8abc2699
|
@ -410,6 +410,7 @@ define([
|
|||
}
|
||||
});
|
||||
|
||||
/*
|
||||
// add the splitter
|
||||
if (!$iframe.has('.cp-splitter').length) {
|
||||
var $preview = $iframe.find('#previewContainer');
|
||||
|
@ -437,6 +438,7 @@ define([
|
|||
});
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
Cryptpad.removeLoadingScreen();
|
||||
setEditable(true);
|
||||
|
|
Loading…
Reference in New Issue