diff options
| author | Mark Otto <[email protected]> | 2014-12-10 13:51:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-10 13:51:43 -0800 |
| commit | 95da2a94288748ad4c9527fe5c8edacaa5298f8a (patch) | |
| tree | 879c5d6a31b24dac8a5325ffc7b40cd701fc1a34 /docs/_includes/footer.html | |
| parent | 63d4423fc0c7b90bb3faef09991e570886bbc071 (diff) | |
| download | bootstrap-95da2a94288748ad4c9527fe5c8edacaa5298f8a.tar.xz bootstrap-95da2a94288748ad4c9527fe5c8edacaa5298f8a.zip | |
nuke the customizer
Diffstat (limited to 'docs/_includes/footer.html')
| -rw-r--r-- | docs/_includes/footer.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 9aabc493b..3ffdbab2f 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -47,17 +47,6 @@ {% endfor %} {% endif %} -{% if page.slug == "customize" %} - <script>var __configBridge = {{ site.data.configBridge.config | jsonify }}</script> - {% if site.github %} - <script src="../assets/js/customize.min.js"></script> - {% else %} - {% for file in site.data.configBridge.paths.customizerJs %} - <script src="{{ file }}"></script> - {% endfor %} - {% endif %} -{% endif %} - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../assets/js/ie10-viewport-bug-workaround.js"></script> |
