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=4a02940333119d1e83ca70ed1f6614a6ac7b7675;hp=3443f81d4928580044f0216e07e2afd4dc737f48;hb=3bc7d019313160a918a55cca6ab530f58db3673d;hpb=a85114872ad5e216d35eb9747dd5370e150276b7 diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi index 3443f81d4..4a0294033 100644 --- a/httemplate/edit/rate.cgi +++ b/httemplate/edit/rate.cgi @@ -55,7 +55,8 @@ function process () { } jsrsPOST = true; - jsrsExecute( 'process/rate.cgi', myCallback, 'process_rate', Hash ); + //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');