summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/category.phtml
diff options
context:
space:
mode:
authorSebastian Wagner2011-11-16 16:09:02 +0100
committerSebastian Wagner2011-11-16 16:09:02 +0100
commite436fee45dee956d7cf5f0fbcf9758d6af57f00a (patch)
tree60f78e4b396ae512df83a66b956c3961a4be1067 /application/views/scripts/statistics/category.phtml
parentmore clean up (diff)
downloadpoolctrl-e436fee45dee956d7cf5f0fbcf9758d6af57f00a.tar.gz
poolctrl-e436fee45dee956d7cf5f0fbcf9758d6af57f00a.tar.xz
poolctrl-e436fee45dee956d7cf5f0fbcf9758d6af57f00a.zip
more clean up
Diffstat (limited to 'application/views/scripts/statistics/category.phtml')
-rwxr-xr-xapplication/views/scripts/statistics/category.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/statistics/category.phtml b/application/views/scripts/statistics/category.phtml
index 8319d20..db17b63 100755
--- a/application/views/scripts/statistics/category.phtml
+++ b/application/views/scripts/statistics/category.phtml
@@ -25,7 +25,7 @@ function setPoolIDtmp() {
function plot() {
poolID = $("#poolselectbox option:selected").val();
- $.get("/statistics/categorylist/poolID/" + poolID, function(data) {
+ $.get("/statistics/categoryplot/poolID/" + poolID, function(data) {
if(data.dataBar == '' && poolID != 'default') {
$( "#noEventsDialog" ).dialog('open');
$('#plotBar').empty();