Created
May 31, 2022 12:40
-
-
Save gicolek/7af964ddf454d865f5af75c6070ab9c0 to your computer and use it in GitHub Desktop.
Sample Widget Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(document).ready(function(e){ | |
console.log( 'This is my custom widget script' ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment