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:
5a7662f
)
fixing an issue where deleting all of the shortcode attributes from the shortcode...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Apr 2019 16:53:24 +0000
(12:53 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Apr 2019 16:53:24 +0000
(12:53 -0400)
js/shortcodeBuilder.js
patch
|
blob
|
history
diff --git
a/js/shortcodeBuilder.js
b/js/shortcodeBuilder.js
index
5bc25c3
..
85cd4aa
100644
(file)
--- a/
js/shortcodeBuilder.js
+++ b/
js/shortcodeBuilder.js
@@
-136,6
+136,7
@@
jQuery(function ($) {
$("#"+type+"-container").empty();
}
$(this).parent().remove();
+ shortcodeAttributes[type].list = [];
}
$(".delete-attribute").remove();
})