[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix ascii docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Aug 24, 2018
1 parent 1fb1acd commit cb4166e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/footer-docinfo.html → docs/docinfo-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/markdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/yaml.min.js"></script>
<!-- add other npn standard languages you are using in your documentation... -->
<script>
(function main() {
'use strict';
window.document.addEventListener('DOMContentLoaded', function onDOMContentLoaded() {
window.hljs.initHighlighting();
}, false);
})();
</script>
<script>hljs.initHighlighting();</script>
<script>hljs.initHighlightingOnLoad();</script>

0 comments on commit cb4166e

Please sign in to comment.