From ea00a744740f3d0a4b6d92354ae09a37538a0469 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Dec 2017 11:58:50 -0500 Subject: [PATCH] Updating the wp_register_script call Had an extra parameter in there that was messing things up. --- controllers/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin.php b/controllers/admin.php index 0e123812..6f3ea31f 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -546,7 +546,7 @@ class glmMembersAdmin extends GlmPluginSupport 'glm-members-admin-maskedinput', GLM_MEMBERS_PLUGIN_URL . 'js/jquery.maskedinput-1.2.2.js', // Consider migrating to new version and retiring 1.2.2 - GLM_MEMBERS_PLUGIN_URL . 'js/jquery.mask.min-1.7.7.js', + // GLM_MEMBERS_PLUGIN_URL . 'js/jquery.mask.min-1.7.7.js', array( 'jquery' ), -- 2.17.1