|
From: Jon O. <jon...@us...> - 2007-08-06 13:23:49
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8046/templates/subSilver Modified Files: bugsbt_index.tpl Log Message: Fix for updating the Ajax API from plain url. Didn't fix the script for updating the products tree. Not needed atm. Index: bugsbt_index.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/subSilver/bugsbt_index.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_index.tpl 12 Jul 2007 22:45:42 -0000 1.3 --- bugsbt_index.tpl 6 Aug 2007 13:23:00 -0000 1.4 *************** *** 33,36 **** --- 33,37 ---- } mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); + bugPath = '{BUG_PATH}'; </script> |