Commit 6d0a7687 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor

parent 653c07d1
...@@ -46,7 +46,7 @@ function init_dragging(){ ...@@ -46,7 +46,7 @@ function init_dragging(){
$("#model_table").draggable({ $("#model_table").draggable({
axis: "y", axis: "y",
containment:[0,-($("#model_table").height()),0,2], containment:[0,-2*($("#model_table").height()),0,2],
drag: function(){ drag: function(){
Dragged = true; Dragged = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment