05/23/2013 at 2:11 pm
#260803
Keymaster
@ MJA
You can safely upgrade Connections without losing the change. However, upgrades to cMap will overwrite the change.
To redo the the change, open the cmap.php file found here:
../wp-content/plugins/cmap
Add this line of code:
wp_enqueue_script( 'jquery-gomap-min', CN_URL . "js/jquery.gomap-1.3.2.min.js", array( 'jquery' , 'cn-google-maps-api' ), '1.3.2' );
Within the is_admin()
if statement in the __construct()
method. Right under this line will do:
add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueueCSS' ) );