Subversion Repositories VORC

Rev

Rev 46 | Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 54
Line 83... Line 83...
83
  
83
  
84
	print<<tail;
84
	print<<tail;
85
	<SCRIPT language="JavaScript">
85
	<SCRIPT language="JavaScript">
86
	<!--
86
	<!--
-
 
87
			function reloadParent() {
-
 
88
			  if (window.opener.location.href.split("/").slice(-1) == "manage_shift.pl") {
-
 
89
			    window.opener.location.href = window.opener.location.href + "?id=" + window.opener.document.Req.id.value + "&choice=View";
87
			function reloadParent() {
90
			  } else {
-
 
91
	        window.opener.location.reload();
88
	      window.opener.location.reload();
92
	      }
89
	      $closer
93
	      $closer
Line 90... Line 94...
90
			}
94
			}
91
			
95