Allow the script to be persistent on page load #25864
Thelastpoet
announced in
Developers Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Start a discussion
I have a small script that when added, prevents addition of other widget to the container holding our custom widget. The only issue is that it works when adding the widget not when the widget is already present or the editor is reloaded.
I am looking for a solution or direction to enable it persist even after reloading the page.
here
`
jQuery(document).ready(function($) {
Beta Was this translation helpful? Give feedback.
All reactions