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:
4d1f6a0
)
removed console statement
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 10 May 2016 14:54:10 +0000
(10:54 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 10 May 2016 14:54:10 +0000
(10:54 -0400)
js/shortcodeBuilder.js
patch
|
blob
|
history
diff --git
a/js/shortcodeBuilder.js
b/js/shortcodeBuilder.js
index
6894edb
..
9d52eb7
100644
(file)
--- a/
js/shortcodeBuilder.js
+++ b/
js/shortcodeBuilder.js
@@
-128,7
+128,6
@@
jQuery(document).ready(function ($) {
if(listValues !== ""){
listString = listString.replace(/,\s*$/, "");
- console.log(target + "string:" + listString);
shortcodeValues[boxTarget] = listString;
}