vendor/assets/javascripts/base/_tour.js in active_frontend-14.0.77 vs vendor/assets/javascripts/base/_tour.js in active_frontend-14.0.78

- old
+ new

@@ -24,12 +24,12 @@ Tour.DEFAULTS = { buttonClass: 'btn btn-size-s', delay: 3000, items: [], manual: true, - onMissCallback: function (item) { return item; }, - onShowCallback: function (item) { return item; }, - onShownCallback: function (item) { return item; }, + onMissCallback: function (item) {}, + onShowCallback: function (item) {}, + onShownCallback: function (item) {}, parent: 'html, body', skip: true, storage: false, storageKey: 'storage.bs.tour', text: {