We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc7d188 + 33ef8b9 commit 33f173dCopy full SHA for 33f173d
javascript/WidgetAreaEditor.js
@@ -5,7 +5,7 @@
5
var parentName=$(this).attr('name');
6
this.rewriteWidgetAreaAttributes();
7
8
- var availableWidgets=$('#availableWidgets-'+$(this).attr('name')).children().each(function() {
+ var availableWidgets=$('#availableWidgets-'+parentName).children().each(function() {
9
// Don't run on comments, whitespace, etc
10
if($(this)[0].nodeType==1) {
11
// Gotta change their ID's because otherwise we get clashes between two tabs
0 commit comments