Fix pad.js' customStart.

Appears that sourcing of static/custom/pad.js was removed from
templates/pad.html. This prevented static/custom/pad.js:customStart
from running. Add it back to get customStart working again.
This commit is contained in:
Clark Boylan 2012-06-07 10:58:29 -07:00
parent cc72868636
commit ae179ba01d
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,8 @@
<script type="text/javascript" src="../javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define"></script>
<script type="text/javascript" src="../javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define"></script>
<script type="text/javascript" src="../static/custom/pad.js"></script>
<!-- Bootstrap page -->
<script type="text/javascript">
var clientVars = {};