Omitting parens on functions caused issue

Put parens back in, thought it worked without them
(if you're not passing a var through?). Oh well.
This commit is contained in:
Matt Pass
2012-06-27 20:41:11 +01:00
parent d75c7f9f50
commit 76f9c9dd7c

View File

@@ -100,7 +100,7 @@ previousFiles = [<?php
<?php echo $pluginsDisplay; ?>
</div>
<div class="version"><?php echo $versionNo;?></div><img src="images/full-screen.gif" id="screenMode" class="screenModeIcon" onClick="top.ICEcoder.fullScreenSwitcher()">
<img src="images/ice-coder.png" class="logo" onClick="ICEcoder.helpScreen" onContextMenu="ICEcoder.settingsScreen">
<img src="images/ice-coder.png" class="logo" onClick="ICEcoder.helpScreen()" onContextMenu="ICEcoder.settingsScreen()">
</div>
<div id="files" class="files" onMouseOver="ICEcoder.changeFilesW('expand')" onMouseOut="ICEcoder.changeFilesW('contract'); top.document.getElementById('fileMenu').style.display='none';">