mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 20:29:13 -04:00
improve including of custom js/css
This commit is contained in:
parent
340fbf4d44
commit
de32503f8e
6 changed files with 30 additions and 4 deletions
|
@ -55,8 +55,11 @@
|
|||
|
||||
var socket, token, padId;
|
||||
|
||||
$(window).load(function ()
|
||||
$(document).ready(function ()
|
||||
{
|
||||
//start the costum js
|
||||
if(costumStart) costumStart();
|
||||
|
||||
//get the padId out of the url
|
||||
var urlParts= document.location.pathname.split("/");
|
||||
padId = urlParts[urlParts.length-2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue