commit 71be091310083c828fea31eeb32cdc7b162d9285 from: wkj date: Sat Jul 03 17:46:40 2004 UTC Vanilla Mozilla, too. commit - 8414847a0709bcf83b2f0bc198a5390ab5db6072 commit + 71be091310083c828fea31eeb32cdc7b162d9285 blob - a7615185c5e5ecdca12c687b94d354def5ad8cae blob + 6fe66f9625f78cc175c0563df047ace12cd4e150 --- bin/web +++ bin/web @@ -14,6 +14,9 @@ plumb1() *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac }