Add missing parenthesis. Fix formatting.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-20 04:02:17 -04:00
committed by Roberto Rosario
parent 0fbfb17d83
commit 1b8333a7f8
2 changed files with 3 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ PartialNavigation.prototype.processAjaxRequestError = function (jqXHR) {
} else {
$('#ajax-content').html(jqXHR.responseText);
}
}
}
PartialNavigation.prototype.setLocation = function (newLocation, pushState) {

View File

@@ -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 %}