Skip to content

Commit

Permalink
Fix bad function reference in app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Feb 1, 2019
1 parent 533c3fc commit a52a209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/nickolasburr/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
});
}

$(document).ready(onReady);
$(document).ready(App.onReady);
}).call(this, jQuery);

0 comments on commit a52a209

Please sign in to comment.