travel/static/app.js

3 lines
152 B
JavaScript
Raw Permalink Normal View History

2023-02-25 16:24:11 +00:00
$(document).on('ready turbolinks:load', function () {
// This is called on the first page load *and* also when the page is changed by turbolinks
});