diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-26 16:46:28 +0100 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-26 16:46:28 +0100 |
commit | 00824ae2d7faf6c615127730747a2afd0ae611a5 (patch) | |
tree | 1acdce6cd93b54e824c735c306f4f59e2f4d3f45 /static/timeslider.html | |
parent | f67006224f18ea8bb198df636eedc67b30897f7d (diff) | |
download | etherpad-lite-00824ae2d7faf6c615127730747a2afd0ae611a5.zip |
Ops, fixed a small bug at the timeslider
Diffstat (limited to 'static/timeslider.html')
-rw-r--r-- | static/timeslider.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |