summaryrefslogtreecommitdiffstats
path: root/examples/example9-row-reordering.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example9-row-reordering.html')
-rw-r--r--examples/example9-row-reordering.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/example9-row-reordering.html b/examples/example9-row-reordering.html
index ae58b01..e41fc65 100644
--- a/examples/example9-row-reordering.html
+++ b/examples/example9-row-reordering.html
@@ -7,10 +7,6 @@
<link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.16.custom.css" type="text/css"/>
<link rel="stylesheet" href="examples.css" type="text/css"/>
<style>
- .cell-title {
- zfont-weight: bold;
- }
-
.cell-effort-driven {
text-align: center;
}
@@ -84,8 +80,8 @@
<script src="../lib/jquery-1.7.min.js"></script>
<script src="../lib/jquery-ui-1.8.16.custom.min.js"></script>
-<script src="../lib/jquery.event.drag-2.0.min.js"></script>
-<script src="../lib/jquery.event.drop-2.0.min.js"></script>
+<script src="../lib/jquery.event.drag-2.2.js"></script>
+<script src="../lib/jquery.event.drop-2.2.js"></script>
<script src="../slick.core.js"></script>
<script src="../plugins/slick.cellrangeselector.js"></script>
@@ -269,7 +265,6 @@ $(function () {
if (dd.mode != "recycle") {
return;
}
- e.stopImmediatePropagation();
dd.helper.css({top: e.pageY + 5, left: e.pageX + 5});
});