diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/config.js b/interface/js/app/config.js index 894f080fd..6955f5eaf 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -252,7 +252,7 @@ function($) { var editable = $(this).data('editable'); var title = $(this).data('title'); $('#modalTitle').html(title); - $('#modalBody ' + source).show(); + $('#modalBody ' + source).first().show(); var target = $(this).data('target'); $(target + ' .progress').hide(); $(target).modal(show = true, backdrop = true, keyboard = show); |