Files
thetempusproject/app/js/main.js
Joey Kimsey b1b0da0c08 wip
2024-12-02 18:56:52 -05:00

19 lines
513 B
JavaScript

/**
* app/js/main.js
*
* This file is for 'access anywhere' javascript.
*
* @version 3.0
* @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
/**
* Automatically selects/de-selects all check boxes associated with that field
**/
import BugsnagPerformance from '//d2wy8f7a9ursnm.cloudfront.net/v1/bugsnag-performance.min.js'
BugsnagPerformance.start({ apiKey: '88045bdc058de51139ac1a47dcd5694b' });