Use nohref and put into onclick event

This commit is contained in:
Matt Pass
2013-12-20 10:12:43 +00:00
parent 67a2c86173
commit d393018cd3

View File

@@ -127,7 +127,7 @@ h2 {color: rgba(0,198,255,0.7)}
<div style="float: left; margin-right: 50px">
<h2>test suite</h2>
<span class="heading">Run unit tests:</span><br>
<a href="javascript:top.ICEcoder.filesFrame.contentWindow.frames['testControl'].location.href = 'test'" style="color: #fff">Run unit tests</a><div id="unitTestResults"></div>
<a nohref onclick="top.ICEcoder.filesFrame.contentWindow.frames['testControl'].location.href = 'test'" style="color: #fff; cursor: pointer">Run unit tests</a><div id="unitTestResults"></div>
</div>
<?php
;};