|
@@ -136,7 +136,7 @@ ${ assist.assistPanel() }
|
|
|
</div>
|
|
</div>
|
|
|
<div class="resizer" data-bind="visible: $root.isLeftPanelVisible() && $root.assistAvailable(), splitDraggable : { appName: 'notebook', leftPanelVisible: $root.isLeftPanelVisible }"><div class="resize-bar"> </div></div>
|
|
<div class="resizer" data-bind="visible: $root.isLeftPanelVisible() && $root.assistAvailable(), splitDraggable : { appName: 'notebook', leftPanelVisible: $root.isLeftPanelVisible }"><div class="resize-bar"> </div></div>
|
|
|
%endif
|
|
%endif
|
|
|
- <div class="content-panel">
|
|
|
|
|
|
|
+ <div class="content-panel importer-droppable">
|
|
|
<div class="content-panel-inner">
|
|
<div class="content-panel-inner">
|
|
|
<!-- ko template: 'create-index-wizard' --><!-- /ko -->
|
|
<!-- ko template: 'create-index-wizard' --><!-- /ko -->
|
|
|
</div>
|
|
</div>
|
|
@@ -2886,7 +2886,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
|
|
$(window).on('resize', resizeElements);
|
|
$(window).on('resize', resizeElements);
|
|
|
|
|
|
|
|
- $('.content-panel').droppable({
|
|
|
|
|
|
|
+ $('.importer-droppable').droppable({
|
|
|
accept: ".draggableText",
|
|
accept: ".draggableText",
|
|
|
drop: function (e, ui) {
|
|
drop: function (e, ui) {
|
|
|
var text = ui.helper.text();
|
|
var text = ui.helper.text();
|