mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Notifications Configurations added for web
This commit is contained in:
@@ -2,7 +2,7 @@ function wlCommonInit(){
|
||||
// Override the default Direct Update interface.
|
||||
|
||||
//uncomment below function to get custom DU
|
||||
/* wl_directUpdateChallengeHandler.handleDirectUpdate = function(directUpdateData, directUpdateContext) {
|
||||
wl_directUpdateChallengeHandler.handleDirectUpdate = function(directUpdateData, directUpdateContext) {
|
||||
// Create a dialog.
|
||||
navigator.notification.confirm(
|
||||
'Actualização Disponivel',
|
||||
@@ -17,6 +17,6 @@ function wlCommonInit(){
|
||||
'Actualização Disponivel',
|
||||
['Actualizar']
|
||||
);
|
||||
}; */
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user