mirror of
https://github.com/myvesta/vesta
synced 2025-07-31 03:51:14 -07:00
Unlimited values ui changed; Toggle password view; Ctrl + clicks navigation added
This commit is contained in:
parent
253e28ede2
commit
aae7f839a3
8 changed files with 55 additions and 45 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue