forked from orbit-oss/flask
Addressed issue #1134
This commit is contained in:
parent
f6618c7638
commit
3c48bf8935
11 changed files with 52 additions and 52 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<!doctype html>
|
||||
<title>jQuery Example</title>
|
||||
<script type=text/javascript
|
||||
<script type="text/javascript"
|
||||
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||||
<script type=text/javascript>
|
||||
<script type="text/javascript">
|
||||
var $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
|
||||
</script>
|
||||
{% block body %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue