]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.mm
OMG, I forgot to commit this logic inversion.
[cydia.git] / UICaboodle / BrowserView.mm
index cb16f00e233b3c23566d68132e0c6230922f6538..d1450671cf7a35afb868828f4f05d0905a2aed61 100644 (file)
@@ -1010,6 +1010,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se
 
 - (id) initWithWidth:(float)width ofClass:(Class)_class {
     if ((self = [super init]) != nil) {
+        allowsNavigationAction_ = true;
+
         class_ = _class;
         loading_ = [[NSMutableSet alloc] initWithCapacity:5];