diff options
Diffstat (limited to 'static/js/app.js')
| -rw-r--r-- | static/js/app.js | 9 |
1 files changed, 9 insertions, 0 deletions
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(){ +}); |
