I am using the admin panel to update my About page.
What I want to do is adding a html textbox and calling a subscribe() function when user hits Enter.
So far this piece of code works sometimes, and then stopped working.
My another thought is I could put my javascript functions in another client side js file and point to that file?
Could someone help please?