Created
November 16, 2017 11:39
-
-
Save johnsardine/940fde68d0c95932b58bf27c3a1a242c to your computer and use it in GitHub Desktop.
2 - Send data from main to sidebar
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
const data = { | |
version: 2, | |
}; | |
jQuery(document).trigger('updateSidebarData', [data]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment