From: Jay Freeman (saurik) Date: Mon, 7 Mar 2011 14:59:08 +0000 (-0800) Subject: Re-allow navigation actions on refresh. X-Git-Tag: v1.1.0%b1~28 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/622a99126213420bc058313adf85d5064ecd4947 Re-allow navigation actions on refresh. --- 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;