diff options
author | yvesf <yvesf-git@xapek.org> | 2011-07-18 09:17:10 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-07-18 09:17:10 +0200 |
commit | 3c080ad7ebe97016b19f0a67f4bc94a4cfcf65bc (patch) | |
tree | 78acccdf04f82116a8d2a2f1948ebd3c3cfe3779 /ebus/webapp/static/index.html | |
parent | 447c1cc5876044035de5b016985b324f72b3b1ff (diff) | |
download | ebus-alt-3c080ad7ebe97016b19f0a67f4bc94a4cfcf65bc.tar.gz ebus-alt-3c080ad7ebe97016b19f0a67f4bc94a4cfcf65bc.zip |
relative pfade
Diffstat (limited to 'ebus/webapp/static/index.html')
-rw-r--r-- | ebus/webapp/static/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index e6ab5b9..16fa3ac 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -1,10 +1,10 @@ <html> <head> <link rel="stylesheet" type="text/css" href="/static/main.css" /> - <script src="/static/jquery-1.6.2.min.js"></script> - <script src="/static/jquery.flot.js"></script> - <script src="/static/jquery.flot.selection.js"></script> - <script src="/static/ebus.js"></script> + <script src="static/jquery-1.6.2.min.js"></script> + <script src="static/jquery.flot.js"></script> + <script src="static/jquery.flot.selection.js"></script> + <script src="static/ebus.js"></script> </head> <body> <div id="ebusgraph"></div> |