Commit 643ac69a by valera-rozuvan Committed by Alexander Kryklia

Separating JS from the html for GST.

parent da4a6765
...@@ -14,9 +14,9 @@ ${gst_html} ...@@ -14,9 +14,9 @@ ${gst_html}
</div> </div>
<script type="text/javascript"> <script type="text/javascript" src="/static/js/graphical_slider_tool/main.js">
// wil be invoked for every GST section // wil be invoked for every GST section
$(document).ready(function() { // $(document).ready(function() {
console.log('Another GST applet is loaded') // console.log('Another GST applet is loaded')
}); // });
</script> </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