diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 06:59:08 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 01:50:04 -0800 |
commit | 622a99126213420bc058313adf85d5064ecd4947 (patch) | |
tree | 7593a7de3b55b5254a8c4a577d8b61fd18403580 /CyteKit | |
parent | a93115162b319d3298a2b66fd7e023c14f62f41d (diff) |
Re-allow navigation actions on refresh.
Diffstat (limited to 'CyteKit')
-rw-r--r-- | CyteKit/WebViewController.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index ca2f89a..520faa2 100644 --- a/CyteKit/WebViewController.mm +++ b/CyteKit/WebViewController.mm @@ -525,6 +525,8 @@ float CYScrollViewDecelerationRateNormal; style_ = nil; function_ = nil; + allowsNavigationAction_ = true; + stage2_ = stage1_; stage1_ = nil; |