This repository was archived by the owner on Dec 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 304
304
</div>
305
305
<input type="hidden" name="csrf" value="<?php echo $ _SESSION ["csrf " ]; ?> ">
306
306
</form>
307
- <form onSubmit="return ICEcoder.goToLine()">
307
+ <form onSubmit="return ICEcoder.goToLine(top.get('goToLineNo').value, 0, false )">
308
308
<div class="codeAssist" title="<?php echo $ t ['Turn on/off... ' ];?> ">
309
309
<input type="checkbox" name="codeAssist" id="codeAssist" class="codeAssistCheckbox" <?php if ($ ICEcoder ['codeAssist ' ]) {echo 'checked ' ;};?> >
310
310
<span class="codeAssistDisplay" id="codeAssistDisplay" style="background-position: <?php echo $ ICEcoder ['codeAssist ' ] ? "0 " : "-16 " ;?> 0" onClick="top.ICEcoder.codeAssistToggle()"></span> <?php echo $ t ['Code Assist ' ];?>
311
311
</div>
312
- <div class="goLine"><?php echo $ t ['Go to Line ' ];?> <input type="text" name="goToLine" value="" id="goToLineNo" class="textbox goToLine">
312
+ <div class="goLine"><?php echo $ t ['Go to Line ' ];?> <input type="text" name="goToLine" value="" id="goToLineNo" onkeyup="ICEcoder.goToLine(this.value, 0, true)" class="textbox goToLine">
313
313
<div class="view" title="<?php echo $ t ['View ' ];?> " onClick="top.ICEcoder.openPreviewWindow()" id="fMView"></div>
314
314
<div class="bug" title="<?php echo $ t ['Bug reporting not active ' ];?> " onClick="top.ICEcoder.openBugReport()" id="bugIcon"></div>
315
315
<div class="minimapLink" onclick="top.ICEcoder.docExplorerShow('miniMap')"></div>
You can’t perform that action at this time.
0 commit comments