MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
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>");
}
}
};
};