Changeset 5c02401 in github


Ignore:
Timestamp:
Jun 23, 2010 4:02:37 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
b25dfd0
Parents:
be6f3a9
Message:
  • Fix quota indicator position on Opera 10.10
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    ra2e81736 r5c02401  
    48264826      pos = $(obj).position(); 
    48274827 
     4828    // Opera bug? 
     4829    pos.top = Math.max(0, pos.top); 
     4830 
    48284831    this.env.indicator_width = width; 
    48294832    this.env.indicator_height = height; 
Note: See TracChangeset for help on using the changeset viewer.