Skip to content

Commit

Permalink
tweak first-run message
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jul 10, 2012
1 parent af11b8d commit 7d6dbe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/Browser.js
Expand Up @@ -78,7 +78,8 @@ Browser.prototype.fatalError = function( error ) {
container.innerHTML = ''
+ '<div class="fatal_error">'
+ ' <h1>Congratulations, JBrowse is on the web!</h1>'
+ " <p>However, JBrowse could not start, either because it has not yet been configured or because of an error.</p>"
+ " <p>However, JBrowse could not start, either because it has not yet been configured"
+ " and loaded with data, or because of an error.</p>"
+ " <p style=\"font-size: 110%; font-weight: bold\"><a title=\"View the tutorial\" href=\"docs/tutorial/\">If this is your first time running JBrowse, click here to follow the Quick-start Tutorial to get up and running.</a></p>"
+ " <p>Otherwise, please refer to the following resources for help in getting JBrowse up and running.</p>"
+ ' <ul><li><a target="_blank" href="docs/tutorial/">Quick-start tutorial</a></li>'
Expand Down

0 comments on commit 7d6dbe5

Please sign in to comment.