GI-235-A
- Se adiciona la validación con licencia Drive. - Se elemina codigo que ya no se utiliza.
This commit is contained in:
@@ -56,6 +56,7 @@ Ext.onReady(function() {
|
||||
value: 0,
|
||||
inputValue: 1,
|
||||
uncheckedValue: 0,
|
||||
disabled: disableGmail,
|
||||
listeners : {
|
||||
check : function(that, checked) {
|
||||
disableAll();
|
||||
@@ -96,6 +97,7 @@ Ext.onReady(function() {
|
||||
value: 0,
|
||||
inputValue: 1,
|
||||
uncheckedValue: 0,
|
||||
disabled: disableDrive,
|
||||
listeners : {
|
||||
check : function(that, checked) {
|
||||
disableAll();
|
||||
|
||||
Reference in New Issue
Block a user