Ops, fixed a small bug at the timeslider
parent
f67006224f
commit
00824ae2d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue