#980870 by das-peter: CSS handling during caching broken.
#970076: Remove old hook_update functions.
#978768 by linclark: Fix notice with panel fields.
+#977296: Regions with _ such as with two column bricks would not save content.
val += this.id.replace(draggable.draggableId, '');
});
- // Note: _ is replaced with - because Drupal automatically does this
- // with form ids.
- var region = this.id.replace(/_/g, '-').replace('panel-pane-', '');
+ var region = this.id.replace('panel-pane-', '');
$('input[name="panel[pane][' + region + ']"]').val(val);
});
return false;