Update flot to 0.8.3
This commit is contained in:
parent
dfe5325490
commit
52ec8abf97
|
@ -5,7 +5,7 @@ STATIC = \
|
||||||
static/js/bootbox.min.js \
|
static/js/bootbox.min.js \
|
||||||
static/js/common.js
|
static/js/common.js
|
||||||
|
|
||||||
FLOT = flot-0.6.zip
|
FLOT = flot-0.8.3.zip
|
||||||
JQUERY = jquery-ui-1.8.5.custom.zip
|
JQUERY = jquery-ui-1.8.5.custom.zip
|
||||||
BOOTSTRAP = bootstrap-2.3.1.zip
|
BOOTSTRAP = bootstrap-2.3.1.zip
|
||||||
|
|
||||||
|
|
|
@ -528,8 +528,9 @@ BLOCK renderJobsetOverview %]
|
||||||
|
|
||||||
|
|
||||||
BLOCK includeFlot %]
|
BLOCK includeFlot %]
|
||||||
<script src="[% c.uri_for("/static/js/flot/jquery.flot.js") %]" type="text/javascript"></script>
|
<script src="[% c.uri_for("/static/js/flot/jquery.flot.min.js") %]" type="text/javascript"></script>
|
||||||
<script src="[% c.uri_for("/static/js/flot/jquery.flot.selection.js") %]" type="text/javascript"></script>
|
<script src="[% c.uri_for("/static/js/flot/jquery.flot.time.min.js") %]" type="text/javascript"></script>
|
||||||
|
<script src="[% c.uri_for("/static/js/flot/jquery.flot.selection.min.js") %]" type="text/javascript"></script>
|
||||||
[% END;
|
[% END;
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
src/root/flot-0.8.3.zip
Normal file
BIN
src/root/flot-0.8.3.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue