diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-12 21:12:58 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2012-09-12 21:12:58 -0700 |
commit | aa1e190657c229f1fd1c59f0867621dd739379ee (patch) | |
tree | 2313ac25dd17d35981283ba5a7887cf61672e103 /MobileCydia.app | |
parent | 07d0e88e46b7e041b64dc2aaeae3f415a9437e5e (diff) |
Add cydia.registerFrame() to force auto-iframe size.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/iframe.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MobileCydia.app/iframe.html b/MobileCydia.app/iframe.html new file mode 100644 index 0000000..f35ef99 --- /dev/null +++ b/MobileCydia.app/iframe.html @@ -0,0 +1,6 @@ +<html><head> +</head><body> + <script type="text/javascript"> + document.write(); + </script> +</body></html> |