Skip to content

Commit

Permalink
Merge pull request #6 from bigbite/dev
Browse files Browse the repository at this point in the history
Ensure welcome guide is disabled in 5.4
  • Loading branch information
Liam Defty authored Apr 7, 2020
2 parents 7d939bc + 23db050 commit 9515b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/assets/disable-tooltips.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { wp } = window;
const { wp, jQuery } = window;

wp.domReady(() => {
jQuery(document).ready(() => {
const { dispatch, select } = wp.data;

const nux = select('core/nux');
Expand Down

0 comments on commit 9515b29

Please sign in to comment.