- Se adiciona la validación con licencia Drive.
- Se elemina codigo que ya no se utiliza.
This commit is contained in:
Marco A. Nina Mena
2016-01-06 09:10:38 -04:00
parent fc9da96341
commit 8d817ce692
3 changed files with 34 additions and 79 deletions

View File

@@ -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();