projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db42f93
)
experiment with showing the pageLoading indicator
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 27 Nov 2010 05:40:27 +0000
(
00:40
-0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 27 Nov 2010 05:40:27 +0000
(
00:40
-0500)
kronolith/js/mobile.js
patch
|
blob
|
history
diff --git
a/kronolith/js/mobile.js
b/kronolith/js/mobile.js
index
5545423
..
01ada93
100644
(file)
--- a/
kronolith/js/mobile.js
+++ b/
kronolith/js/mobile.js
@@
-52,6
+52,7
@@
*/
doAction: function(action, params, callback)
{
+ $.mobile.pageLoading();
var options = {
'url': Kronolith.conf.URI_AJAX + action,
'data': params,
@@
-72,6
+73,7
@@
KronolithMobile.server_error = 0;
KronolithMobile.showNotifications(d.msgs || []);
KronolithMobile.inAjaxCallback = false;
+ $.mobile.pageLoading(true);
},
showNotifications: function(m)