/*!
Theme Name: cvio child
Theme URI: https://cvio.bslthemes.com/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Cvio - Resume / CV WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: cvio
Text Domain: cvio-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/

add_action( 'wp_enqueue_scripts', 'load_js' );

function load_js() {
	wp_register_script( 'stock', plugins_url( 'stock/stockTicker.js',__file__), array( 'jquery') );
	wp_enqueue_script( 'stock' );
}