mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
added the ability to add costum js/css
This commit is contained in:
parent
325839f9fd
commit
a47b5ab458
5 changed files with 22 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
|
||||
<script type="text/javascript" src="../../minified/timeslider.js"></script>
|
||||
|
||||
<link href="../../static/custom/timeslider.css" rel="stylesheet">
|
||||
<script src="../../static/custom/timeslider.js"></script>
|
||||
|
||||
<script>
|
||||
// <![CDATA[
|
||||
var clientVars = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue