From bf73a0312534992580329d3a4d1994537f7ac562 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 8 Sep 2012 19:50:10 +0100 Subject: [PATCH] Simplify building up previousFiles Using implode to create CSV within JS array block Added 'v ' to title tag --- index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index e2e6f24..75164e7 100644 --- a/index.php +++ b/index.php @@ -25,7 +25,7 @@ if ($ICEcoder["checkUpdates"]) { -ICEcoder <?php echo $ICEcoder["versionNo"];?> +ICEcoder v <?php echo $ICEcoder["versionNo"];?> @@ -48,10 +48,7 @@ window.onbeforeunload = function() { previousFiles = [];