Skip to content

Commit

Permalink
Fix handling of smart list inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Sep 29, 2014
1 parent 5c3bbb9 commit 34d179a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/managesieve/managesieve.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,9 @@ function smart_field_init(field)

if (field.attr('disabled'))
area.hide();
// disable the original field anyway, we don't want it in POST
else
field.prop('disabled', true);

field.after(area);

Expand Down

0 comments on commit 34d179a

Please sign in to comment.