Commit 643ac69a by valera-rozuvan Committed by Alexander Kryklia

Separating JS from the html for GST.

parent da4a6765
......@@ -14,9 +14,9 @@ ${gst_html}
</div>
<script type="text/javascript">
// wil be invoked for every GST section
$(document).ready(function() {
console.log('Another GST applet is loaded')
});
<script type="text/javascript" src="/static/js/graphical_slider_tool/main.js">
// wil be invoked for every GST section
// $(document).ready(function() {
// console.log('Another GST applet is loaded')
// });
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment