Changeset 9e953bc2 in github
- Timestamp:
- Jul 29, 2009 5:35:32 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4a42653
- Parents:
- 5dc7c21
- File:
-
- 1 edited
-
program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r356a67fa r9e953bc2 135 135 return; 136 136 } 137 137 138 138 // find all registered gui containers 139 139 for (var n in this.gui_containers) … … 156 156 if (this.env.permaurl) 157 157 this.enable_command('permaurl', true); 158 158 159 159 switch (this.task) 160 160 { … … 3371 3371 elm = elm.parentNode; 3372 3372 preload = true; 3373 new Image().src = prop.sel;3374 3373 } 3375 3374
Note: See TracChangeset
for help on using the changeset viewer.
