19 lines
513 B
JavaScript
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' });
|