Changeset 06e0757 in github
- Timestamp:
- Oct 24, 2009 3:18:35 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 700ef1f
- Parents:
- 7415c02
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r7415c02 r06e0757 4058 4058 var limit_mid = 55; 4059 4059 var width = data.width ? data.width : this.env.indicator_width ? this.env.indicator_width : 100; 4060 var height = data.height ? data.height : this.env.indicator_height ? this.env.indicator_height : 24;4060 var height = data.height ? data.height : this.env.indicator_height ? this.env.indicator_height : 14; 4061 4061 var quota = data.percent ? Math.abs(parseInt(data.percent)) : 0; 4062 4062 var quota_width = parseInt(quota / 100 * width);
Note: See TracChangeset
for help on using the changeset viewer.
