diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-08-27 15:27:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-27 15:27:51 +0200 |
| commit | a21c4706013e4e06dd16702b069d0cbdf1807076 (patch) | |
| tree | f85d00445e085bd27b43a1c1a23fec584f4d3f15 /_layouts | |
| parent | b7cba7ba0944c6194a742cf4e5bf8a859f43a8e2 (diff) | |
| download | wiki-a21c4706013e4e06dd16702b069d0cbdf1807076.tar.gz wiki-a21c4706013e4e06dd16702b069d0cbdf1807076.tar.bz2 wiki-a21c4706013e4e06dd16702b069d0cbdf1807076.zip | |
call redlinks at document ready
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 59497a7..b6ff96a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -135,6 +135,7 @@ <script type="text/javascript"> $(document).ready(function() { $('#toc').toc({ title: '<i>Contents</i>'}); + $(document.body).redLinks(); }); </script> </body> |
