Skip to content

Commit

Permalink
Don't disable create mailbox option
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 18, 2014
1 parent 695eede commit c87af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/smartmobile.js
Expand Up @@ -339,7 +339,7 @@ var ImpMobile = {
.change(function() {
$.fn[$(this[this.selectedIndex]).hasClass('flistCreate') ? 'show' : 'hide'].call($('#imp-copymove-newdiv'));
})
.find('OPTION[value=""]').attr('disabled', true);
.find('.flistMailboxes OPTION[value=""]').attr('disabled', true);
},
{ async: false }
);
Expand Down

0 comments on commit c87af03

Please sign in to comment.