Skip to content
Snippets Groups Projects

Feature/gutenberg

Merged Krzysztof Dyszczyk requested to merge feature/gutenberg into master
2 unresolved threads
3 files
+ 26
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
jQuery( document ).ready(function() {
jQuery('.wpdesk').each(function( index ) {
jQuery('.wpdesk-notice-gutenberg').each(function( index ) {
var classList = jQuery(this).attr('class').split(/\s+/);
var type = '';
jQuery.each(classList, function(index, item) {
Loading