/** * Title: Custom JS * * Description: Defines custom JS for elements. * * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications * should be made in a child theme. * * @category Cyber Chimps Framework * @package Framework * @since 1.0 * @author CyberChimps * @license http://web.archive.orghttp://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later) * @link http://web.archive.orghttp://www.cyberchimps.com/ */ /* Start of script for image uploader */ jQuery(document).ready(function() { // Save the original value var orig_send_to_editor = window.send_to_editor;