Automattic / tours

A WordPress plugin for creating tours for your site that don't get into people's way
https://wordpress.org/plugins/tours/
GNU General Public License v2.0
12 stars 1 forks source link

Load tour css and js only when a tour is present #10

Closed trymebytes closed 11 months ago

trymebytes commented 11 months ago

Fixes #4.

The tour css and js files are loaded whether a tour exists or not. This PR fixes this by checking if a tour exists before loading the scripts.