Skip to content

Commit

Permalink
disable container mailboxes in smartmobile copy/move list
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 10, 2014
1 parent f30d85f commit 21885d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imp/js/smartmobile.js
Expand Up @@ -338,7 +338,8 @@ var ImpMobile = {
.html(r)
.change(function() {
$.fn[$(this[this.selectedIndex]).hasClass('flistCreate') ? 'show' : 'hide'].call($('#imp-copymove-newdiv'));
});
})
.find('OPTION[value=""]').attr('disabled', true);
},
{ async: false }
);
Expand Down

0 comments on commit 21885d3

Please sign in to comment.