Skip to content

Commit

Permalink
removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-Singla committed Jan 31, 2018
1 parent 0b749e0 commit 376a38c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/grids/_notes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<% end %>

<script>
// (function(){
$(".<%= className %>-<%= randomSeed %> .show-all a").click(function(event) {
$(".<%= className %>-<%= randomSeed %> tr.hide").toggleClass("hide");
console.log(event);
Expand Down Expand Up @@ -105,8 +104,6 @@
}
}
});
// })()

</script>
<style>
a.grid-embed {
Expand Down

0 comments on commit 376a38c

Please sign in to comment.