Skip to content

Commit

Permalink
#180 $ jQ access
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed May 18, 2020
1 parent 92bd1ce commit da2c952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/layout-blocks/grid.es6
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ export function responsiveLayoutPicker( field, that ) {
field.title = field.label;
const
props = that.props,
el = wp.element.createElement;
el = wp.element.createElement,
$ = jQuery;
if ( ! that.attrs.tpl ) {
return el( 'div', {}, 'Please select a layout to get started.' ) ;
}
Expand Down

0 comments on commit da2c952

Please sign in to comment.