diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:16:43 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:16:43 +0100 |
commit | ed0bb5ea68a23df2b5df9e379b69485c1c519658 (patch) | |
tree | b57e743bb9cec11c38ab7d10c9d643f835f860fb | |
parent | fab1f0878f2e1776f52667c481d3295ca829f593 (diff) | |
download | ebus-alt-ed0bb5ea68a23df2b5df9e379b69485c1c519658.tar.gz ebus-alt-ed0bb5ea68a23df2b5df9e379b69485c1c519658.zip |
fix jquery <script.. path
-rw-r--r-- | ebus/webapp/static/console.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebus/webapp/static/console.html b/ebus/webapp/static/console.html index 97d6b63..652f621 100644 --- a/ebus/webapp/static/console.html +++ b/ebus/webapp/static/console.html @@ -1,6 +1,6 @@ <html> <head> - <script src="/static/lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> + <script src="lib/jquery-1.6.2/jquery-1.6.2.min.js"></script> </head> <body> <div id="log"> |