MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Shornstein (talk | contribs) No edit summary |
Shornstein (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
nBlLength = nBlLength * 0.104528; | nBlLength = nBlLength * 0.104528; | ||
$('#mw-result').html("Distance: " + nBlLength + "mm"); | $('#mw-result').html("Distance: <b>" + nBlLength + "mm</b>"); | ||
} | } | ||
}; | }; |