Florian Kissling 10 éve
szülő
commit
69d8ac4485
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      docs/_layouts/default.html

+ 2 - 0
docs/_layouts/default.html

@@ -12,6 +12,7 @@
         <script>
             (function ($) {
                 'use strict';
+
                 $(function () {
                     var $window = $(window);
                     var $body = $(document.body);
@@ -44,6 +45,7 @@
 
             (function () {
                 'use strict';
+
                 addAnchors('.s2-docs-container h1, .s2-docs-container h2, .s2-docs-container h3, .s2-docs-container h4, .s2-docs-container h5');
             })();
         </script>