Skip to content
Snippets Groups Projects
Commit 7660dd13 authored by baigner's avatar baigner
Browse files

VISTOMS update: dragging works now also inside the tree layout

Former-commit-id: 3fdb68a503fa9e547cb5a9b2069de53ae9923ad5
parent 522d8ca9
No related branches found
No related tags found
No related merge requests found
Pipeline #192844 canceled
......@@ -1207,7 +1207,8 @@ $(function(){
*/
this.enableDrag = function(){
me.$el.draggable({
handle: '.panel-heading'
cursor: 'move',
handle: '.panel-heading, .treeLayoutSVG'
});
return me;
};
......
......@@ -12,7 +12,6 @@
#myTable {
border-collapse: collapse;
background-color: white;
width: 100%;
border: 1px solid #ddd;
font-size: 18px;
......
......@@ -24,7 +24,7 @@
<script src="static/lib/lobipanel/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="static/lib/lobipanel/bootstrap/dist/js/bootbox.min.js"></script>
<script src="static/lib/lobipanel/lib/highlight/highlight.pack.js"></script>
<script src="static/lib/lobipanel/dist/js/lobipanel.min.js"></script>
<script src="static/lib/lobipanel/dist/js/lobipanel.js"></script>
<script src="static/lib/vkbeautify/vkbeautify.js"></script>
<script src="static/lib/bowser/bowser.js"></script>
<script>
......@@ -20962,7 +20962,6 @@
//aigner: Upload custom KADMOS script
//HIER WEITER!!
//####################################################################################################################
var uploadCustomScript_ul = optionsDiv.append("ul")
var uploadCustomScript_li = uploadCustomScript_ul.append("li")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment