Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jul 8, 2022
1 parent c546ef2 commit a952c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
</div>
<%= render partial: 'shared/footer' %>
</body>
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload', defer: 'true' %>
<%= javascript_pack_tag 'application' %>
<% end %>
1 change: 1 addition & 0 deletions app/views/works/_edit_javascript.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
console.log( window );
$(function() {
var incrementCounter = function(elementId) {
var counter = parseInt($(elementId)[0].value, 10);
Expand Down

0 comments on commit a952c7d

Please sign in to comment.