~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-updates

« back to all changes in this revision

Viewing changes to web/javascript/common.js

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-02-27 10:51:53 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227105153-3d73lc7bg0pkfk00
Tags: 1.51-0ubuntu1
* New upstream bug fix release (LP: #335404)
  - Fixes transmission-daemon doesn't consider settings.json (LP: #322449) 
* Removed 01_check_notification_actions.diff: applied upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                // different padding.
70
70
                $('div.dialog_container div.dialog_window a').css('padding', '2px 10px 3px');
71
71
        }
 
72
    if (iPhone)
 
73
        if(window.navigator.standalone)
 
74
            // Fix min height for iPhone when run in full screen mode from home screen
 
75
            // so the footer appears in the right place
 
76
            $('body div#torrent_container').css('min-height', '338px');
72
77
});
73
78
 
74
79
/*