Skip to content
Snippets Groups Projects
Commit 1b6ddffa authored by tjc's avatar tjc
Browse files

overwrite existing tab

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2205 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 2d13bbdb
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,10 @@ echo "rm -f $new_file > /dev/null 2>&1" | at now + 12 hours
# if $NETSCAPE $new_file
# For Netscape or mozilla
if $NETSCAPE -remote "openURL($new_file, new-tab)"
#
# Use openURL($new_file, new-tab) to get new-tab
#
if $NETSCAPE -remote "openURL($new_file)"
then
exit 0
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment