mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
Merge branch 'master' of git://github.com/Pita/etherpad-lite into newDesignTest
This commit is contained in:
commit
143369b387
7 changed files with 299 additions and 287 deletions
|
@ -125,6 +125,6 @@
|
|||
}
|
||||
|
||||
//start the costum js
|
||||
if(costumStart) costumStart();
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
</script>
|
||||
</html>
|
||||
|
|
|
@ -30,7 +30,7 @@ $(document).ready(function()
|
|||
}
|
||||
|
||||
//start the costum js
|
||||
if(costumStart) costumStart();
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
|
||||
handshake();
|
||||
});
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
$(document).ready(function ()
|
||||
{
|
||||
//start the costum js
|
||||
if(costumStart) costumStart();
|
||||
if(typeof costumStart == "function") costumStart();
|
||||
|
||||
//get the padId out of the url
|
||||
var urlParts= document.location.pathname.split("/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue