mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-08 21:56:12 +02:00
Fix broken switchToPad method
This commit is contained in:
parent
63c836ad55
commit
856fc5975b
@ -465,8 +465,8 @@ var pad = {
|
||||
},
|
||||
switchToPad: function(padId)
|
||||
{
|
||||
var newHref = new RegExp(/.*\/p\/[^\/]+/).exec(document.location.pathname) || clientVars.padId;
|
||||
newHref = newHref[0];
|
||||
var options = document.location.href.split('?')[1];
|
||||
var newHref = padId;
|
||||
if (typeof options != "undefined" && options != null){
|
||||
newHref = newHref + '?' + options;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user