From 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Thu, 26 Feb 2015 02:40:52 +0100 Subject: Clean up. More backend code. Better UX and design. --- static/js/app.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/js/app.js (limited to 'static/js/app.js') diff --git a/static/js/app.js b/static/js/app.js new file mode 100644 index 0000000..da15b6e --- /dev/null +++ b/static/js/app.js @@ -0,0 +1,9 @@ +$("#btn-reload").click(function(){ + location.reload(); +}); + $(".toggle").click(function(){ + //$(".reasons").toggle(); + $(".hide").css("display", "block !important") + }); +$(document).ready(function(){ +}); -- cgit v1.2.3