Add missing parenthesis. Fix formatting.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
0fbfb17d83
commit
1b8333a7f8
@@ -152,6 +152,7 @@ PartialNavigation.prototype.processAjaxRequestError = function (jqXHR) {
|
||||
} else {
|
||||
$('#ajax-content').html(jqXHR.responseText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
PartialNavigation.prototype.setLocation = function (newLocation, pushState) {
|
||||
|
||||
@@ -169,9 +169,9 @@
|
||||
<script>
|
||||
{# Transfer variable from Django to javascript #}
|
||||
var initialURL = '{% url home_view %}';
|
||||
var djangoDEBUG = {% if debug %}true{% else %}false{% endif %};
|
||||
Dropzone.autoDiscover = false;
|
||||
var djangoDEBUG = {% if debug %}true{% else %}false{% endif %};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<script src="{% static 'appearance/js/base.js' %}" type="text/javascript"></script>
|
||||
{% endcompress %}
|
||||
|
||||
Reference in New Issue
Block a user