fnp
/
wl-mobile.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
db upload fix
[wl-mobile.git]
/
assets
/
www
/
js
/
main.js
diff --git
a/assets/www/js/main.js
b/assets/www/js/main.js
index
00d8b29
..
f3a1eee
100644
(file)
--- a/
assets/www/js/main.js
+++ b/
assets/www/js/main.js
@@
-3,7
+3,6
@@
* Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
*/
* Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
*/
-var VERSION = '1.0';
var WL = 'http://www.wolnelektury.pl';
var WL = 'http://www.wolnelektury.pl';
@@
-27,8
+26,10
@@
function onDeviceReady() {
History.init(function() {
console.log('after history.init');
View.init(function() {
History.init(function() {
console.log('after history.init');
View.init(function() {
- Catalogue.sync(function() {
- Catalogue.updateLocal();
+ Menu.init(function() {
+ Catalogue.sync(function() {
+ Catalogue.updateLocal();
+ }, error);
}, error);
}, error);
}, error);
}, error);
}, error);
}, error);