|
|
@@ -41,12 +41,12 @@ Ext.define('uas.Application', {
|
|
|
},
|
|
|
|
|
|
onAppUpdate: function () {
|
|
|
- Ext.Msg.confirm('Application Update', 'This application has an update, reload?',
|
|
|
- function (choice) {
|
|
|
- if (choice === 'yes') {
|
|
|
- window.location.reload();
|
|
|
- }
|
|
|
- }
|
|
|
- );
|
|
|
+ // Ext.Msg.confirm('Application Update', 'This application has an update, reload?',
|
|
|
+ // function (choice) {
|
|
|
+ // if (choice === 'yes') {
|
|
|
+ // window.location.reload();
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // );
|
|
|
}
|
|
|
});
|