Fix a gateway URL issue with the Vendor Payout js.

This commit is contained in:
Colin Kuskie 2009-04-01 16:33:13 +00:00
parent 81de68aca5
commit 629abc4517
2 changed files with 3 additions and 1 deletions

View file

@ -30,7 +30,7 @@ WebGUI.VendorPayout = function ( containerId ) {
this.container.appendChild( this.payoutDetails );
this.itemBaseUrl = '/?shop=vendor;method=payoutDataAsJSON;';
this.itemBaseUrl = '?shop=vendor;method=payoutDataAsJSON;';
// Initialise tables
this.initialize();