Place script at bottom.
This commit is contained in:
parent
67e6f9fa5a
commit
c12e1aff07
|
@ -15,18 +15,6 @@
|
||||||
|
|
||||||
<link href="../../static/custom/timeslider.css" rel="stylesheet">
|
<link href="../../static/custom/timeslider.css" rel="stylesheet">
|
||||||
<script src="../../static/custom/timeslider.js"></script>
|
<script src="../../static/custom/timeslider.js"></script>
|
||||||
|
|
||||||
<script>
|
|
||||||
var clientVars = {};
|
|
||||||
|
|
||||||
/* TODO: These globals shouldn't exist. */
|
|
||||||
padeditbar = require('/pad_editbar').padeditbar;
|
|
||||||
padimpexp = require('/pad_impexp').padimpexp;
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
var TimeSlider = require('/timeslider').init();
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="padbody" class="timeslider limwidth nonpropad nonprouser">
|
<body id="padbody" class="timeslider limwidth nonpropad nonprouser">
|
||||||
|
@ -214,6 +202,18 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var clientVars = {};
|
||||||
|
|
||||||
|
/* TODO: These globals shouldn't exist. */
|
||||||
|
padeditbar = require('/pad_editbar').padeditbar;
|
||||||
|
padimpexp = require('/pad_impexp').padimpexp;
|
||||||
|
|
||||||
|
(function () {
|
||||||
|
var TimeSlider = require('/timeslider').init();
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue