removing nasty hack to keep the error page from displaying. Scorphus has applied...
authorEdward Mann <phpeclipse.dev@edmann.com>
Fri, 1 Feb 2008 17:35:34 +0000 (17:35 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Fri, 1 Feb 2008 17:35:34 +0000 (17:35 +0000)
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java

index ed0ef3e..984fcd8 100644 (file)
@@ -110,11 +110,6 @@ public class PHPManualView extends ViewPart implements INullSelectionListener, I
                                                showLinkReference(func);
                                                event.doit = false;
                                        }
-                               } else if (loc.startsWith("jar:")) {
-                                       // TODO find a better way of not showing the location error page. This is a cheap trick
-                                       // to keep the page from showing.
-                                       // ed_mann
-                                       browser.setText("<html></html>");
                                }
                        }
                });