From f475f0095f2b4af1acab8cfe3d6c866a71b73bf1 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 14 Sep 2013 00:27:31 +0200 Subject: Replaced current JS by LS and generated JS --- static/js/show.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 static/js/show.js (limited to 'static/js/show.js') diff --git a/static/js/show.js b/static/js/show.js deleted file mode 100644 index 04b9a83..0000000 --- a/static/js/show.js +++ /dev/null @@ -1,17 +0,0 @@ -$(document).ready(function(){ - - $(".detail span").click(function() { - $(this).prevAll(".mark:last").click(); - }); - - $(".detail > .mark").click(function() { - if (this.src.indexOf("closed") != -1) - this.src = this.src.replace("closed", "open"); - else - this.src = this.src.replace("open", "closed"); - - $(this).nextAll(".details:first").toggle(); - }) - - $(".details").hide(); -}) -- cgit v1.2.3-54-g00ecf