mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
changing layout of page titles. padname, then '| Etherpad' string in the document.title
This commit is contained in:
parent
0fc72bc7e7
commit
a671140378
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
padId = decodeURIComponent(urlParts[urlParts.length-2]);
|
||||
|
||||
//set the title
|
||||
document.title = document.title + " | " + padId.replace( /_/g, " ");
|
||||
document.title = padId.replace( /_/g, " ") + " | " + document.title;
|
||||
|
||||
//ensure we have a token
|
||||
token = readCookie("token");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue