From 00824ae2d7faf6c615127730747a2afd0ae611a5 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Tue, 26 Jul 2011 16:46:28 +0100 Subject: [PATCH] Ops, fixed a small bug at the timeslider --- static/timeslider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/timeslider.html b/static/timeslider.html index 19cb7d23..6c6ab850 100644 --- a/static/timeslider.html +++ b/static/timeslider.html @@ -52,7 +52,7 @@ $(window).load(function () { //get the padId out of the url - var urlParts= document.pathname.split("/"); + var urlParts= document.location.pathname.split("/"); padId = urlParts[urlParts.length-2]; //set the title