From: Jay Freeman (saurik) Date: Mon, 26 Jan 2009 10:52:31 +0000 (+0000) Subject: Stupid typo of doomish hell. X-Git-Tag: v1.0.3366~310 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8f8f02e904cafb598b3be7bed915384f0485b7be?ds=inline Stupid typo of doomish hell. --- diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index d2a97c84..e7dd58be 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -352,7 +352,7 @@ } - (void) webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame { - if ([self _allowJavaScriptPanel]) + if (![self _allowJavaScriptPanel]) return; UIActionSheet *sheet = [[[UIActionSheet alloc]