Unlimited values ui changed; Toggle password view; Ctrl + clicks navigation added

This commit is contained in:
Malishev Dmitry 2015-02-26 12:03:39 -05:00
parent 253e28ede2
commit aae7f839a3
8 changed files with 55 additions and 45 deletions

View file

@ -41,7 +41,6 @@ App.Listeners.PACKAGE.init = function() {
if ($(ref).val().trim() == App.Constants.UNLIM_VALUE || $(ref).val().trim() == App.Constants.UNLIM_TRANSLATED_VALUE) {
$(ref).val('0');
App.Actions.PACKAGE.enable_unlimited(ref, elm);
//$(elm).attr('checked', true);
}
else {
App.Actions.PACKAGE.disable_unlimited(ref, elm);