diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-08-29 14:02:51 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-08-29 14:02:51 (GMT) |
commit | b607932d5de6f2c721dfa91d3a0bf5fee9be8bdd (patch) | |
tree | e556b5d6cb39d46225efd0c051f1b47654a3d303 /nop/templates/nop_form.html | |
parent | f50e058fc748a0d1ea7b9548f12d4929c4f6f798 (diff) |
nop related static files remain in nop. otherwise, they can't be found when referring to a non-proxied url after proxying /nop
Diffstat (limited to 'nop/templates/nop_form.html')
-rw-r--r-- | nop/templates/nop_form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nop/templates/nop_form.html b/nop/templates/nop_form.html index 4046ff0..2c5cb75 100644 --- a/nop/templates/nop_form.html +++ b/nop/templates/nop_form.html @@ -2,8 +2,8 @@ <head> <title>Now Playing — Radio Helsinki - Freies Radio Graz</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> - <script type="text/javascript" src="/program/static/js/jquery-1.6.1/jquery.min.js"></script> - <script type="text/javascript" src="/program/static/js/jquerytools-1.2.5/jquery.tools.min.js"></script> + <script type="text/javascript" src="/nop/static/jquery-1.6.1/jquery.min.js"></script> + <script type="text/javascript" src="/nop/static/jquerytools-1.2.5/jquery.tools.min.js"></script> <script type="text/javascript" src="/nop/static/anytimec.js"></script> <script type="text/javascript" src="/nop/static/nowplaying_form.js"></script> <link rel="stylesheet" type="text/css" href="/nop/static/dateinput.css"/> |