Skip to content

Instantly share code, notes, and snippets.

@patsma
Created July 23, 2017 02:16
Show Gist options
  • Save patsma/1d1e9ac2196e952c822b9149af0ee31b to your computer and use it in GitHub Desktop.
Save patsma/1d1e9ac2196e952c822b9149af0ee31b to your computer and use it in GitHub Desktop.
jQuery('.mlw_qmn_question').each(function(i, el) {
el.innerHTML = el.innerHTML.replace(/  /g,' ');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment