Skip to content

Commit 4e3d77e

Browse files
author
jay7958
committed
removed print statement in views, updated static link for flot axis labels, updated bower requirements.
1 parent f6fbbdf commit 4e3d77e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"jquery-ui": "~1.11.4",
3434
"text-highlighter": "~1.2.0",
3535
"JUMFlot": "https://github.com/jumjum123/JUMFlot.git",
36-
"flot-axis": "https://github.com/markrcote/flot-axislabels.git"
36+
"flot-axis": "https://github.com/markrcote/flot-axislabels.git",
37+
"chosen":"~1.4.2",
38+
"chosen-bootstrap":"~1.0.4"
3739
},
3840
"timeout": 20000
3941
}

dojo/templates/dojo/view_endpoint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h4>Findings</h4>
177177
<script src="{% static "flot/jquery.flot.resize.js" %}"></script>
178178
<script src="{% static "flot/jquery.flot.time.js" %}"></script>
179179
<script src="{% static "flot/jquery.flot.stack.js" %}"></script>
180-
<script src="{% static "flot-axislabels/jquery.flot.axislabels.js" %}"></script>
180+
<script src="{% static "flot-axis/jquery.flot.axislabels.js" %}"></script>
181181
<script type="text/javascript">
182182
$(function () {
183183
$(document).on('click', '.panel-heading button.clickable', function (e) {

dojo/templates/dojo/view_product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h4> Closed Engagements </h4>
333333
<script src="{% static "flot/excanvas.min.js" %}"></script>
334334
<script src="{% static "flot/jquery.flot.js" %}"></script>
335335
<script src="{% static "flot/jquery.flot.resize.js" %}"></script>
336-
<script src="{% static "flot-axislabels/jquery.flot.axislabels.js" %}"></script>
336+
<script src="{% static "flot-axis/jquery.flot.axislabels.js" %}"></script>
337337
{% if punchcard %}
338338
<script src="{% static "flot.tooltip/js/jquery.flot.tooltip.min.js" %}"></script>
339339
<script src="{% static "JUMFlot/JUMFlot.min.js" %}"></script>

dojo/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,6 @@ def product_type_counts(request):
12941294
start_date = first_of_month
12951295
end_date = end_of_month
12961296

1297-
print start_date, end_date, end_of_month
1298-
12991297
oip = opened_in_period(start_date, end_date, pt)
13001298

13011299
# trending data

0 commit comments

Comments
 (0)