Skip to content

Commit

Permalink
Fixing new idea button
Browse files Browse the repository at this point in the history
Applying Tmeister#17. Thanks to ryanaoneil
  • Loading branch information
fharper committed Dec 5, 2023
1 parent 5217fc7 commit 3fb67e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/js/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jQuery(document).ready(function($){

});

$( '.idea-factory' ).live('click', function(e) {
$(document).on('click', 'idea-factory', function(e) {
e.preventDefault();

var $this = $(this);
Expand Down

0 comments on commit 3fb67e3

Please sign in to comment.