studio - moved handling scrollable and new window links into their own functions for use throughout the app and not just on doc.ready + removed unused js plugin reference

This commit is contained in:
Brian Talbot
2013-03-20 16:19:45 -04:00
parent 10ac7e04f8
commit 38df54dc53
2 changed files with 22 additions and 12 deletions

View File

@@ -46,7 +46,6 @@
<script src="${static.url('js/vendor/jquery.tablednd.js')}"></script>
<script src="${static.url('js/vendor/jquery.form.js')}"></script>
<script src="${static.url('js/vendor/jquery.smooth-scroll.min.js')}"></script>
<script src="${static.url('js/vendor/jquery.stickem.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/CodeMirror/htmlmixed.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/CodeMirror/css.js')}"></script>
<script type="text/javascript">