Separating JS from the html for GST.

This commit is contained in:
valera-rozuvan
2012-12-05 16:56:31 +02:00
committed by Alexander Kryklia
parent da4a676513
commit 643ac69a57
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1 @@
alert('Hello, world!');

View File

@@ -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>