X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Frate.cgi;fp=httemplate%2Fedit%2Frate.cgi;h=1c5d61dc5367b429a7e63df9707e62fd1df6ce3b;hp=4a02940333119d1e83ca70ed1f6614a6ac7b7675;hb=9e1ec0694dff61d375af8c0ef0e3895a7f1e07fd;hpb=d5de3968350034bfc4b9e1c3fb163e6ee1ca5fb5 diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi index 4a0294033..1c5d61dc5 100644 --- a/httemplate/edit/rate.cgi +++ b/httemplate/edit/rate.cgi @@ -58,13 +58,14 @@ function process () { //jsrsExecute( 'process/rate.cgi', myCallback, 'process_rate', Hash ); jsrsExecute( 'process/rate.cgi', myCallback, 'start_job', Hash ); - function myCallback( jobnum ) { - var progressWindow = window.open('../../misc/progress.html?jobnum=' + jobnum + ';url=<%=$p%>browse/rate.cgi', 'progressWindow', 'toolbar=no,location=no,directories=no,scrollbars=no,menubar=no,status=no,width=420,height=128'); - progressWindow.opener = self; - //progressWindow.opener = document; - } +} +function myCallback( jobnum ) { + var progressWindow = window.open('../../misc/progress.html?jobnum=' + jobnum + ';url=<%=$p%>browse/rate.cgi', 'progressWindow', 'toolbar=no,location=no,directories=no,scrollbars=no,menubar=no,status=no,width=420,height=128'); + progressWindow.opener = self; + //progressWindow.opener = document; } +