diff options
Diffstat (limited to 'example/templates/jquery/index.html')
| -rw-r--r-- | example/templates/jquery/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/templates/jquery/index.html b/example/templates/jquery/index.html index 61b3cbe..9cab242 100644 --- a/example/templates/jquery/index.html +++ b/example/templates/jquery/index.html @@ -6,7 +6,7 @@ .hide {display:none;} #v {font-weight:bold;} </style> - <script type="text/javascript" charset="utf-8" src="{{ MEDIA_URL }}/js/jquery.js"></script> + <script type="text/javascript" charset="utf-8" src="{{ STATIC_URL }}/js/jquery.js"></script> <script type="text/javascript"> $(document).ready(function() { $('p.hide').show(); |
