mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Ops, fixed a small bug at the timeslider
This commit is contained in:
parent
f67006224f
commit
00824ae2d7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue