projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873a531
)
Updating the wp_register_script call
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Dec 2017 16:58:50 +0000
(11:58 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Dec 2017 16:59:02 +0000
(11:59 -0500)
Had an extra parameter in there that was messing things up.
controllers/admin.php
patch
|
blob
|
history
diff --git
a/controllers/admin.php
b/controllers/admin.php
index
0e12381
..
6f3ea31
100644
(file)
--- 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'
),