summaryrefslogtreecommitdiffstats
path: root/public/javascripts
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-18 17:51:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-04-18 17:51:10 +0000
commitfb6b565a1ec968a0f7f9f261ec1d6a328d891209 (patch)
treefb8d9d959c16bc77be493269408d7c50191f21ca /public/javascripts
parent42b5c332b2c24c8dcc2581e0cd130ef930959d99 (diff)
downloadredmine-fb6b565a1ec968a0f7f9f261ec1d6a328d891209.tar.gz
redmine-fb6b565a1ec968a0f7f9f261ec1d6a328d891209.zip
Forum list can be reordered with drag and drop (#12909).
git-svn-id: http://svn.redmine.org/redmine/trunk@15337 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/javascripts')
-rw-r--r--public/javascripts/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/application.js b/public/javascripts/application.js
index f791addab..da8b64dff 100644
--- a/public/javascripts/application.js
+++ b/public/javascripts/application.js
@@ -599,7 +599,7 @@ function beforeShowDatePicker(input, inst) {
return this.sortable($.extend({
handle: ".sort-handle",
helper: function(event, ui){
- ui.children().each(function(){
+ ui.children('td').each(function(){
$(this).width($(this).width());
});
return ui;