From 622a99126213420bc058313adf85d5064ecd4947 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 7 Mar 2011 06:59:08 -0800 Subject: [PATCH] Re-allow navigation actions on refresh. --- CyteKit/WebViewController.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm index ca2f89ad..520faa25 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; -- 2.50.0