PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | includes/_tour/_src/wpbc_tour.js +6 -5 10.1011.8.4 View file →
@@ -1,14 +1,15 @@
1 1 (function ($) {
2 + $( function () {
2 3
3 - $(function() {
4 -
5 4 // if Shepherd is undefined, exit.
6 - if (!window.Shepherd) return;
5 + if ( ! window.Shepherd ) {
6 + return;
7 + }
7 8
8 - var button_classes = 'button button-primary';
9 + var button_classes = 'button button-primary';
9 10 var plugins_page_tour = window.wpbc_plugins_page_tour = new Shepherd.Tour();
10 - var main_tour = window.wpbc_main_tour = new Shepherd.Tour();
11 + var main_tour = window.wpbc_main_tour = new Shepherd.Tour();
11 12
12 13 // Set up the defaults for each step
13 14 main_tour.options.defaults = plugins_page_tour.options.defaults = {
14 15 classes: 'wpbc_tour_theme202408 wpbc_tour_main',