Added SCRIPT_ROOT parameter. Fixes #52.

Adds a new javascript parameter that holds the webroot of the app. This
allows the the javascript calls to properly identify that they're
running in a subfolder/different webroot and direct their queries there.
This commit is contained in:
Ivan Filippov
2016-07-01 18:45:42 -06:00
parent ff842f66e2
commit ea79c01aff
7 changed files with 13 additions and 11 deletions

View File

@ -163,7 +163,9 @@
</footer>
</div>
<!-- ./wrapper -->
<script type="text/javascript">
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
</script>
{% block scripts %}
<!-- jQuery 2.2.0 -->
<script src="{{ url_for('static', filename='adminlte2/plugins/jQuery/jQuery-2.2.0.min.js') }}"></script>