Address Book error on click

Situation
When I click on Addr Book under Administration, the following error popup appears:


OpenEMR Version
I’m using OpenEMR 5.0.2

Browser:
I’m using: Mozilla Firefox

Operating System
I’m using: Linux

Logs
Did you check the logs? Yes and did not find anything pertinent in them.

Anybody have some ideas on this?
I am stumped with this one.
Regards
JC

looks like a bug @JCF, think we’ll have to wrap this in an if block similar to utility.js

if (typeof persistUserOption !== "function") {

}

I did a re-install and that sorted it. Thanks anyway.