Some changes in the charts and range thing.

This commit is contained in:
James Cole
2014-07-08 07:51:25 +02:00
parent c7d3ef6a97
commit 5e8cfb512b
7 changed files with 96 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ function drawAccountChart() {
var accountID = obj.data('id').toString();
var holderID = $(v).attr('id').toString();
console.log('AccountID: ' + accountID + ', ' + 'holderID ' + holderID);
var URL = 'chart/home/' + accountID;
var URL = 'chart/home/account/' + accountID;
console.log('URL: ' + URL);