Commit 7e0f33f3 by Tatang S

pindahkan tag scripts ke line terakhir

1 parent 63871500
...@@ -281,8 +281,6 @@ ...@@ -281,8 +281,6 @@
<metal:js define-slot="js_files"></metal:js> <metal:js define-slot="js_files"></metal:js>
<!-- Define Script-->
<script metal:define-slot="scripts"></script>
<!-- End isi Script--> <!-- End isi Script-->
<!-- MAIN PANEL --> <!-- MAIN PANEL -->
<div id="main" role="main"> <div id="main" role="main">
...@@ -325,5 +323,8 @@ ...@@ -325,5 +323,8 @@
<!-- END MAIN CONTENT --> <!-- END MAIN CONTENT -->
</div> </div>
<!-- END MAIN PANEL --> <!-- END MAIN PANEL -->
<!-- Define Script-->
<script metal:define-slot="scripts"></script>
</body> </body>
</html> </html>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!