Commit 18734cd1 by doszhang

dos

parent 45572138
...@@ -173,7 +173,7 @@ $(document).ready(function () { ...@@ -173,7 +173,7 @@ $(document).ready(function () {
$('.flag-list-content').attr('id', 'flag-list-content'); $('.flag-list-content').attr('id', 'flag-list-content');
new Sortable(document.getElementById('flag-list-content'), { new Sortable(document.getElementById('flag-list-content'), {
animation: 150, animation: 150,
ghostClass: 'flag-sortable-active', ghostClass: 'hide',
chosenClass: "flag-sortable-active", chosenClass: "flag-sortable-active",
delay: 100, delay: 100,
onChoose: function (event) { onChoose: function (event) {
......
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 sign in to comment