diff options
Diffstat (limited to 'example/templates/jquery/index.html')
| -rw-r--r-- | example/templates/jquery/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/example/templates/jquery/index.html b/example/templates/jquery/index.html index 9cab242..20665c2 100644 --- a/example/templates/jquery/index.html +++ b/example/templates/jquery/index.html @@ -1,12 +1,12 @@  <html>  <head>  	<meta http-equiv="content-type" content="text/html; charset=utf-8"> -	<title>Old jQuery Test</title> +	<title>jQuery Test</title>  	<style>  	.hide {display:none;}  	#v {font-weight:bold;}  	</style> -	<script type="text/javascript" charset="utf-8" src="{{ STATIC_URL }}/js/jquery.js"></script> +	<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>  	<script type="text/javascript">  		$(document).ready(function() {  			$('p.hide').show(); | 
