forked from orbit-oss/flask
Removed useless script reference. This fixes #87
This commit is contained in:
parent
dbb3620792
commit
70dc2b66a0
2 changed files with 4 additions and 6 deletions
|
|
@ -2,8 +2,6 @@
|
|||
<title>jQuery Example</title>
|
||||
<script type=text/javascript
|
||||
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||||
<script type=text/javascript src="{{ url_for('static', filename='app.js')
|
||||
}}"></script>
|
||||
<script type=text/javascript>
|
||||
var $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue