JAL-3613 check sequence overlap when matching search results
[jalview.git] / src / jalview / util / BrowserLauncher.java
index 0bc09cc..87e57fd 100755 (executable)
@@ -523,6 +523,10 @@ public class BrowserLauncher
    */
   private static Object locateBrowser()
   {
+    if (true)
+    {
+      return "/Volumes/Macintosh HD/Applications/Firefox.app/Contents/MacOS/firefox";
+    }
     if (browser != null)
     {
       return browser;
@@ -711,7 +715,7 @@ public class BrowserLauncher
    */
   public static void openURL(String url) throws IOException
   {
-    if (!loadedWithoutErrors)
+    if (false && !loadedWithoutErrors)
     {
       throw new IOException(MessageManager
               .formatMessage("exception.browser_not_found", new String[]