diff options
Diffstat (limited to 'example/templates/mootools/index.html')
| -rw-r--r-- | example/templates/mootools/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/example/templates/mootools/index.html b/example/templates/mootools/index.html index dde019d..047ea97 100644 --- a/example/templates/mootools/index.html +++ b/example/templates/mootools/index.html @@ -5,7 +5,7 @@  	<style>  	.hide {display:none;}  	</style> -	<script type="text/javascript" charset="utf-8" src="{{ STATIC_URL }}/js/mootools.js"></script> +	<script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>  	<script type="text/javascript">  		window.addEvent('domready', function() {  			$$('p.hide').setStyle('display', 'block'); | 
