Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjn committed May 19, 2016
1 parent 6d01ca3 commit 24fcda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmpl/scripts.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "scripts"}}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
function init() {
function init() {
$(".hidden").hide();
$(".show").click(function() {
$(this).hide().next().show().next().show()
Expand All @@ -17,4 +17,3 @@ $(document).ready(function() {
});
</script>
{{end}}

0 comments on commit 24fcda5

Please sign in to comment.