Commit 281ceeed authored by 's avatar

Added update_menu js method

parent 3b1f477d
...@@ -3,14 +3,8 @@ ...@@ -3,14 +3,8 @@
<TITLE><!--#var title_or_id--></TITLE> <TITLE><!--#var title_or_id--></TITLE>
<SCRIPT LANGUAGE="javascript"> <SCRIPT LANGUAGE="javascript">
<!-- <!--
function update(target) function update_menu()
{ window.focus(); { window.manage_menu.location.href=window.manage_menu.location.href;
if((target=="l") || (target=="b"))
{ window.manage_menu.history.go(0);
}
if((target=="r") || (target=="b"))
{ window.manage_main.history.go(0);
}
} }
//--> //-->
</SCRIPT> </SCRIPT>
......
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