From e54d735614d96efcd8de44df577ee2d8784c8c20 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 11 Jan 2014 14:58:52 +0000 Subject: [PATCH] Set content vis onLoad, plugins DIV, zip optional Set visibility of content onload here, not tacked onto end of $onLoadExtras $pluginsDisplay now wrapped in a DIV with an id as a hook so it's updateable Only if we have the Zip-It! plugin should we display the option to zip the file, as the plugin is optional now --- index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index f672db2..3ced415 100644 --- a/index.php +++ b/index.php @@ -78,7 +78,7 @@ window.onbeforeunload = function() { echo "'".$ICEcoder["tagWrapperCommand"]."'"; echo ';top.ICEcoder.autoComplete = '; echo "'".$ICEcoder["autoComplete"]."'"; -?>;ICEcoder.init();top.ICEcoder.filesFrame.contentWindow.frames['processControl'].location.href = 'processes/on-load.php';" onResize="ICEcoder.setLayout()" onKeyDown="return ICEcoder.interceptKeys('coder',event);" onKeyUp="parent.ICEcoder.resetKeys(event);"> +?>;ICEcoder.init();top.ICEcoder.content.style.visibility='visible';top.ICEcoder.filesFrame.contentWindow.frames['processControl'].location.href = 'processes/on-load.php';" onResize="ICEcoder.setLayout()" onKeyDown="return ICEcoder.interceptKeys('coder',event);" onKeyUp="parent.ICEcoder.resetKeys(event);">
@@ -100,7 +100,7 @@ window.onbeforeunload = function() { Color Picker

Terminal

- +
+ / -
@@ -131,7 +131,11 @@ Color picker">Co
 		<a nohref onClick=View Webpage

- Zip It! + Zip It!'.PHP_EOL; + }; + ?> Download

Properties