diff --git a/material/base.html b/material/base.html index 4d7b4a173..7c52a670c 100644 --- a/material/base.html +++ b/material/base.html @@ -149,7 +149,7 @@ {% endblock %} {% block scripts %} - + {% for path in extra_javascript %} diff --git a/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js b/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js index f75e5534b..a47835e58 100644 --- a/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js +++ b/src/assets/javascripts/components/Material/Source/Adapter/GitHub.js @@ -60,7 +60,7 @@ export default class GitHub extends Abstract { */ fetch_() { return fetch(this.base_) - .then(response => response.json(), () => {}) + .then(response => response.json()) .then(data => { if (!(data instanceof Array)) throw new TypeError