commit | 7cad8406d779fc839ba41bf8ad75166c5b66f2f0 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Jul 08 17:06:56 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Jul 08 17:06:56 2014 +0000 |
tree | 644a27074d7e44fd29c0d01ad7814b1da607ab14 | |
parent | 127c293b16edb2351287f6f78b22270e03a4f70a [diff] [blame] |
Update to API v0.1
diff --git a/templates/partial/javascript.html.ep b/templates/partial/javascript.html.ep index 3c44167..81c7519 100644 --- a/templates/partial/javascript.html.ep +++ b/templates/partial/javascript.html.ep
@@ -81,8 +81,12 @@ closeTutorial(); }; -$("code.query.serial, #sidebar").on("click", function () { +$("#sidebar").on("click", function () { $(this).toggleClass('active'); }); +$("span.location").on("click", function () { + $("#sidebar").toggleClass('active'); +}); + % end