Skip to content
Snippets Groups Projects

Feature/gutenberg

Merged Krzysztof Dyszczyk requested to merge feature/gutenberg into master
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ jQuery( document ).ready(function() {
var type = '';
jQuery.each(classList, function(index, item) {
if (item.startsWith('notice-')) {
type = type.replace('notice-','');
type = item.replace('notice-','');
}
});
content = this.innerText;
Loading