summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 06:59:08 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:04 -0800
commit622a99126213420bc058313adf85d5064ecd4947 (patch)
tree7593a7de3b55b5254a8c4a577d8b61fd18403580
parenta93115162b319d3298a2b66fd7e023c14f62f41d (diff)
Re-allow navigation actions on refresh.
-rw-r--r--CyteKit/WebViewController.mm2
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;