diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 1eb552b0a..57bf28f50 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -2,7 +2,7 @@ code: zh description: Bootstrap 中文文档 url: http://v4.bootcss.com/ - + - name: Chinese code: zh description: Bootstrap 4 中文文档教程 diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 53269a094..b26cb2308 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -44,7 +44,7 @@
+ diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index d2f37f22c..d14cd68b8 100644 --- a/docs/examples/offcanvas/offcanvas.js +++ b/docs/examples/offcanvas/offcanvas.js @@ -2,4 +2,4 @@ $(document).ready(function () { $('[data-toggle="offcanvas"]').click(function () { $('.row-offcanvas').toggleClass('active') }); -}); \ No newline at end of file +});