From: Jay Freeman (saurik) Date: Mon, 26 Jan 2009 10:52:31 +0000 (+0000) Subject: Stupid typo of doomish hell. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/263b91b496228fdb5d0d0b0866b933630dd691fb 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]