Changeset 06e0757 in github


Ignore:
Timestamp:
Oct 24, 2009 3:18:35 PM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
700ef1f
Parents:
7415c02
Message:
  • fix default quota image height
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r7415c02 r06e0757  
    40584058    var limit_mid  = 55; 
    40594059    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; 
    40614061    var quota = data.percent ? Math.abs(parseInt(data.percent)) : 0; 
    40624062    var quota_width = parseInt(quota / 100 * width); 
Note: See TracChangeset for help on using the changeset viewer.