From Marina's reply, I need to add this as well?
2) Before you call the service you should refresh localStorage variable short_name. To do that add the following JS for the same event you use to call the service:
localStorage.setItem("short_name", '');
But am confused as to where exactly I need to add this code.(if I need to)
thank you for your help