diff options
author | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:43:27 -0400 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2019-09-26 09:43:27 -0400 |
commit | e9c6edfe510f4ed407f8d2d84b4b931a382b48b3 (patch) | |
tree | 94bbd6a34bcf09e99f7ae1be88b19960192d6adb /doc/_static/toggle.js | |
parent | 1d73d6e50411ebc45fb96a6ed3c63ca91a500323 (diff) | |
download | wsme-master.tar.gz |
Diffstat (limited to 'doc/_static/toggle.js')
-rw-r--r-- | doc/_static/toggle.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/_static/toggle.js b/doc/_static/toggle.js deleted file mode 100644 index 0c779ac..0000000 --- a/doc/_static/toggle.js +++ /dev/null @@ -1,9 +0,0 @@ -/*global $,document*/ -$(document).ready(function () { - "use strict"; - $("dl.toggle > dt").click( - function (event) { - $(this).next().toggle(250); - } - ); -}); |