Reputation: 24689
Probably a dumb question, but is it still using "Include files"?
Upvotes: 0
Views: 53
Reputation: 107940
Save them in a js file and include it wherever you need the functions, like :
<script src="myfunctions.js"></script>
Upvotes: 3