changeset 20:5208a2a2668d

Comment out HTML comments in JavaScript portions, IE is happier that way, and of course it's the Right Thing To Do.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Jan 2011 13:18:05 +0200
parents 4add67f75075
children f9211d1917b7
files index.php
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Jan 10 12:36:22 2011 +0200
+++ b/index.php	Mon Jan 10 13:18:05 2011 +0200
@@ -405,7 +405,7 @@
     return this.items[id];
   }
 }
--->
+//-->
 <?
 function getContainerObject($name, $slots, $items)
 {
@@ -443,7 +443,6 @@
 ?>
 <!-- kludge --><!--
 
-
 function resetAll()
 {
   var answer = confirm("Really delete all defined containers and reset item pool to original state? You will have to re-define containers from scratch.");
@@ -979,7 +978,7 @@
 initItems();
 initSettings();
 updatePage();
--->
+//-->
 </script>
 <?
 }