V4 beta Nov-13-2017 available now

 From:  Michael Gibson
8675.225 In reply to 8675.224 
Hi Karl, yes for now that if statement in MiniSidepane.js may need to be removed for it to work. Max added that to try and make the script bail out if the side pane structure is different from what it was expecting so it would not accidentally scramble up the UI when there are changes to it.

But there have not been any changes to the side pane in this new release, I think the problem is something like the 19454 length figure currently used as a type of "signature" might vary depending on the current language that's set. Until a better signature method is set up you may just have to remove that if statement in the 2nd line for it to work, you can put a // at the start of it to turn it into a comment line instead of deleting it.

Maybe I'll put a version number embedded in it somewhere so the script could look at that instead.

- Michael