Commit 3c0ea5883c84b42198b9fb89a5572096c7fd4bc2

Authored by Benjamin Renard
1 parent ffefe153

Minor fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/controllers/SampModule.js
... ... @@ -170,7 +170,7 @@ Ext.define('amdaDesktop.SampModule', {
170 170 showStartHubMsg : function()
171 171 {
172 172 var msg = "Cannot connect to a SAMP hub.<br/>";
173   - msg += 'You can download <a href="https://www.star.bristol.ac.uk/mbt/jsamp/downloads.html">JSAMP</a> and start the hub with the command: <p>java -jar jsamp-[version-number].jar hub -profiles std,web</p><br/>';
  173 + msg += 'You can download <a href="https://www.star.bristol.ac.uk/mbt/jsamp/downloads.html" target="_blank">JSAMP</a> and start the hub with the command: <p>java -jar jsamp-[version-number].jar hub -profiles std,web</p><br/>';
174 174 msg += 'Or use internal hub included in tools like <a href="https://www.star.bris.ac.uk/~mbt/topcat/#install" target="_blank">TOPCAT</a> or <a href="https://aladin.u-strasbg.fr/java/nph-aladin.pl?frame=get&id=aladin.jnlp">Aladin</a>';
175 175 myDesktopApp.errorMsg(msg);
176 176 },
... ...