diff --git a/ui/js/jquery.pods.js b/ui/js/jquery.pods.js index 71968456b4..b889d11d05 100644 --- a/ui/js/jquery.pods.js +++ b/ui/js/jquery.pods.js @@ -566,9 +566,9 @@ if ( $slug.length ) { $slug.on( 'change', function () { // Strip HTML/code. - var slug = $( this ).val().replace( /<(?:.)*?>/g, '' ), + var slug = $( this ).val().replace( /<(?:.)*?>/g, '' ).replace( /['"]/g, '' ).replace( /