This is the first step in the refactoring. All JavaScript scripts are moved out into their own files. The JS isn't in its final state, since everything is just dumped into the global context, but this gets them out of asset_details.html, reducing the lines in the file by about a third.
http://staff.loc.gov/tasks/browse/CONCD-896
This is the first step in the refactoring. All JavaScript scripts are moved out into their own files. The JS isn't in its final state, since everything is just dumped into the global context, but this gets them out of asset_details.html, reducing the lines in the file by about a third.