Move bulk of JS into its own file
Instead of using Civi::resources()->addScript
within Contribute/Form/Contribution/Main.php
for 100+ lines of JavaScript, this PR moves the JS into its own file and updates the call in Main.php to addScriptFile
.