diff options
author | yvesf <yvesf-git@xapek.org> | 2011-07-17 16:48:18 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-07-17 16:48:18 +0200 |
commit | d07518ee1a41dd652c83af47e8914275d709288d (patch) | |
tree | 8298bdcd5ee905daefe050e1eb6d3ebf635d9ab6 /ebus/webapp/static/index.html | |
parent | 578f530ca0d0c01166b9a28fd0b2e0ab0ef750cc (diff) | |
download | ebus-alt-d07518ee1a41dd652c83af47e8914275d709288d.tar.gz ebus-alt-d07518ee1a41dd652c83af47e8914275d709288d.zip |
webapp: bereichsauswahl
Diffstat (limited to 'ebus/webapp/static/index.html')
-rw-r--r-- | ebus/webapp/static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index e883ee4..e6ab5b9 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -3,6 +3,7 @@ <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> </head> <body> |