Files
timetracker-hs/static/app.js
2022-09-02 22:40:21 +02:00

3 lines
152 B
JavaScript

$(document).on('ready turbolinks:load', function () {
// This is called on the first page load *and* also when the page is changed by turbolinks
});