Whitespace.
This commit is contained in:
parent
96cb7f56ae
commit
69d8ac4485
@ -12,6 +12,7 @@
|
|||||||
<script>
|
<script>
|
||||||
(function ($) {
|
(function ($) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
var $window = $(window);
|
var $window = $(window);
|
||||||
var $body = $(document.body);
|
var $body = $(document.body);
|
||||||
@ -44,6 +45,7 @@
|
|||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
addAnchors('.s2-docs-container h1, .s2-docs-container h2, .s2-docs-container h3, .s2-docs-container h4, .s2-docs-container h5');
|
addAnchors('.s2-docs-container h1, .s2-docs-container h2, .s2-docs-container h3, .s2-docs-container h4, .s2-docs-container h5');
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user