From 263b91b496228fdb5d0d0b0866b933630dd691fb Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 26 Jan 2009 10:52:31 +0000 Subject: [PATCH] Stupid typo of doomish hell. --- UICaboodle/BrowserView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.45.2