Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Sep 2, 2019
1 parent f59a4ab commit 0dfd8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/customization.rst
Expand Up @@ -46,15 +46,15 @@ You can also perform live development, in this case:
{% extends "admin/base_site.html" %}
{% block extrahead %}
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="https://fonts.googleapis.com/css?family=Dosis:300,400,700" rel="stylesheet">
<script src="http://localhost:8080/dist/baton.min.js"></script>
<script>
(function ($, undefined) {
$(window).on('load', function () {
Baton.init({
api: {
app_list: '{% url 'baton-app-list-json' %}'
}
},
confirmUnsavedChanges: {% if confirm_unsaved_changes %}true{% else%}false{% endif %}
});
})
})(jQuery, undefined)
Expand Down

0 comments on commit 0dfd8f1

Please sign in to comment.