summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
authorsebastian wagner2011-09-14 15:15:21 +0200
committersebastian wagner2011-09-14 15:15:21 +0200
commitef7c0f166788732d684c7c8549ab9b065ecd05e4 (patch)
tree320a6c09357fe00d194e15d78d3b862ba9dd473d /application/views/scripts/event/index.phtml
parentreportButton added (diff)
downloadpoolctrl-ef7c0f166788732d684c7c8549ab9b065ecd05e4.tar.gz
poolctrl-ef7c0f166788732d684c7c8549ab9b065ecd05e4.tar.xz
poolctrl-ef7c0f166788732d684c7c8549ab9b065ecd05e4.zip
some clean up
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rwxr-xr-xapplication/views/scripts/event/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index c39a162..dab411d 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -550,7 +550,7 @@ var poolIDtmp;
//fetch poollist from pbs database
$.get("/event/getpoollist/", function(getpoollistresult){
- $("#poolselectbox").append(getpoollistresult); //$("#poolselectbox").val(setPoolSelectBoxVal());
+ $("#poolselectbox").append(getpoollistresult);
poolIDtmp = $("#poolselectbox option:selected").val();
fetchPoolEvents();
});