mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
move show hide script to bottom
This commit is contained in:
parent
f6b327af9c
commit
a689034598
@ -1,13 +1,3 @@
|
|||||||
<!-- Code for collapse and expand -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(document).ready(function() {
|
|
||||||
$('div.view').hide();
|
|
||||||
$('div.slide').click(function() {
|
|
||||||
$(this).next('div.view').slideToggle('fast');
|
|
||||||
return false;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
# Pwn Wiki
|
# Pwn Wiki
|
||||||
|
|
||||||
[Home](index.md)
|
[Home](index.md)
|
||||||
@ -86,3 +76,14 @@ return false;
|
|||||||
[Links](links.md)
|
[Links](links.md)
|
||||||
|
|
||||||
[gimmick:themechooser](Wiki Theme)
|
[gimmick:themechooser](Wiki Theme)
|
||||||
|
|
||||||
|
<!-- Code for collapse and expand -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('div.view').hide();
|
||||||
|
$('div.slide').click(function() {
|
||||||
|
$(this).next('div.view').slideToggle('fast');
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user