diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-03-17 07:47:44 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:59 +0000 |
commit | b2d2f219c262ab5d8f233c9dfa97a3ac9775ad64 (patch) | |
tree | ad29fd416199df6495b2d93eb36487f67677adb3 /Cydia.app/package.html | |
parent | e59669fd4c835122cb849fd7cd2d9bfa7c236a9b (diff) |
Committing final workaround for the tiny iframe of doom problem.
Diffstat (limited to 'Cydia.app/package.html')
-rw-r--r-- | Cydia.app/package.html | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 5bd2f4c..7a73701 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -9,20 +9,6 @@ <script type="text/javascript" src="localize.js"></script> <base target="_blank"/> -<script type="text/javascript"> - var onframe = function(id, name) { - var node = document.getElementById(id); - var frame = window.frames[name]; - - try { - node.height = frame.document.body.scrollHeight; - } catch (e) { - node.height = 370; - node.width = 320; - } - }; -</script> - <!--script type="text/javascript"> var count = -1; var loaded = function() { @@ -204,6 +190,12 @@ #rating-done { display: none; } + + #depiction-src, + #notice-src { + height: 1px; + width: 320px; + } </style> </head><body class="pinstripe"> <dialog><panel> |