CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.68k stars 1.9k forks source link

Remove a space in the <body class=''> tag #464

Closed Muraker closed 3 years ago

Muraker commented 6 years ago

I think that corrects this thing: #463

marsalans commented 4 years ago

?

Muraker commented 4 years ago

Hey, add space ☝🏼 This work for me: document.body.className = document.body.className.replace(/ pace-done/g, '');

adaniello commented 4 years ago

This works always for me, whether the body has class or not

.replace(/\s?pace-done/g,"")