Commit 1178055b authored by 's avatar

Fixed munged js comment.

parent 7c562fd1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
function update_menu() function update_menu()
{ window.manage_menu.location.href=window.manage_menu.location.href; { window.manage_menu.location.href=window.manage_menu.location.href;
} }
//> //-->
</SCRIPT> </SCRIPT>
</HEAD> </HEAD>
<FRAMESET COLS="175,*"> <FRAMESET COLS="175,*">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
function new_wnd() function new_wnd()
{ wnd=window.open("<dtml-var URL>?<dtml-var QUERY_STRING>","find_result"); { wnd=window.open("<dtml-var URL>?<dtml-var QUERY_STRING>","find_result");
} }
//> //-->
</SCRIPT> </SCRIPT>
</HEAD> </HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
......
...@@ -120,7 +120,7 @@ There are currently no items in <EM><dtml-var title_or_id></EM> ...@@ -120,7 +120,7 @@ There are currently no items in <EM><dtml-var title_or_id></EM>
<SCRIPT LANGUAGE="javascript"> <SCRIPT LANGUAGE="javascript">
<!-- <!--
window.parent.update_menu(); window.parent.update_menu();
//> //-->
</SCRIPT> </SCRIPT>
</dtml-if> </dtml-if>
......
...@@ -95,7 +95,7 @@ There are currently no items in <EM><dtml-var title_or_id></EM> ...@@ -95,7 +95,7 @@ There are currently no items in <EM><dtml-var title_or_id></EM>
<SCRIPT LANGUAGE="javascript"> <SCRIPT LANGUAGE="javascript">
<!-- <!--
window.parent.update_menu(); window.parent.update_menu();
//> //-->
</SCRIPT> </SCRIPT>
</dtml-if> </dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment