mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
add a body eejs block to timeslider
This commit is contained in:
parent
7a62661705
commit
e137919c3d
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
<script type="text/javascript" src="../../static/js/l10n.js"></script>
|
<script type="text/javascript" src="../../static/js/l10n.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<% e.begin_block("timesliderBody"); %>
|
||||||
<body id="padbody" class="timeslider limwidth">
|
<body id="padbody" class="timeslider limwidth">
|
||||||
<div id="padpage">
|
<div id="padpage">
|
||||||
<div id="timeslider-top">
|
<div id="timeslider-top">
|
||||||
|
@ -222,5 +223,6 @@
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
<% e.end_block(); %>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue