obj.onPopState handler
-
There is a problem with your code and `Simple Lightbox’ plugin Version 2.8.1, By Archetyped
I have discussed this with them and they think it is your problem
I have a solution for it but it means ediiting your code every time you have an update
This is the code I add:Add the following code into The Event Calendar's obj.onPopState handler wp-content/plugins/the-events-calendar/src/resources/js/views/manager.js starting line 372 /* START add this code AL 20210203 */ var stateViewer = event.originalEvent.state.viewer; if ( stateViewer == "slb_default") { return false; } /* END add this code AL 20210203 */
It would be nice for me if you could sort this out
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘obj.onPopState handler’ is closed to new replies.