don't open CouchDB tab
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Jul 2010 16:18:38 +0000 (16:18 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 21 Jul 2010 16:18:38 +0000 (16:18 +0000)
lib/PXElator/browser.pm

index e918762..dc12999 100644 (file)
@@ -2,7 +2,7 @@ package browser;
 
 sub start {
        my $url = $ENV{url};
-       exec "google-chrome $url" # http://localhost:5984/_utils/database.html?pxelator";
+       exec "google-chrome $url"; # http://localhost:5984/_utils/database.html?pxelator";
        exec "/etc/alternatives/x-www-browser $url";
 }