Changeset 221:3dae30fff28b
- Timestamp:
- 23/07/2010 17:51:52 (7 weeks ago)
- Branch:
- default
- Files:
-
- 2 edited
-
extensions/webmail/templates/index.html (modified) (3 diffs)
-
static/js/common.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/webmail/templates/index.html
r220 r221 94 94 loadCompose = function(event) { 95 95 event.stop(); 96 $clear(rtimer);97 96 current_anchor.baseurl("compose").update(); 98 97 } … … 116 115 117 116 var rtimer = null; 117 118 window.addEvent("pageRefresh", function() { 119 $clear(rtimer); 120 }); 121 118 122 refreshFolder = function() { 119 123 var query = current_anchor.serialized.substring(1); … … 136 140 obj = $(event.target); 137 141 } 138 $clear(rtimer);139 142 current_anchor.parse_string(gethref(obj), true).setparams(navparams); 140 143 current_anchor.update(); -
static/js/common.js
r217 r221 114 114 115 115 this.update = function(force) { 116 window.fireEvent("pageRefresh"); 116 117 location.hash = this.serialize(); 117 118 if ($defined(force)) {
Note: See TracChangeset
for help on using the changeset viewer.
