removing nasty hack to keep the error page from displaying. Scorphus has applied...
[phpeclipse.git] / 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>");
                                }
                        }
                });