update page caching
This commit is contained in:
parent
b038bc1785
commit
a81a127cc6
15 changed files with 72 additions and 55 deletions
6
dashboard-ui/cordova/android/logging.js
vendored
Normal file
6
dashboard-ui/cordova/android/logging.js
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
window.Logger = {
|
||||
|
||||
log: function (str) {
|
||||
LoggingBridge.log(str);
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue