diff options
Diffstat (limited to 'program/js/list.js')
-rw-r--r-- | program/js/list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/list.js b/program/js/list.js index 42149d6a1..8cfd05e49 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -1315,7 +1315,7 @@ add_dragfix: function() }) .css($(this).offset()) .appendTo(document.body); - }); + }); }, |