alecpl
2010-06-23 5c024015f02ed5b0b772f8fff5bfe8aa6dab1d93
- Fix quota indicator position on Opera 10.10


1 files modified
3 ■■■■■ changed files
program/js/app.js 3 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -4825,6 +4825,9 @@
      quota_width = parseInt(quota / 100 * width),
      pos = $(obj).position();
    // Opera bug?
    pos.top = Math.max(0, pos.top);
    this.env.indicator_width = width;
    this.env.indicator_height = height;