Skip to content

Commit

Permalink
run.js: accept html messages, makes it possible to include anchors/UR…
Browse files Browse the repository at this point in the history
…Ls in job names
  • Loading branch information
Administrator authored and jeresig committed Nov 9, 2009
1 parent b30824b commit 836570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ function log( txt ) {
}

function msg( txt ) {
jQuery("#msg").text( txt );
jQuery("#msg").html( txt );
}

0 comments on commit 836570a

Please sign in to comment.