Skip to content
Snippets Groups Projects
Commit 21cfa16a authored by Chris Gross's avatar Chris Gross
Browse files

weekly build 3

parent 749f3495
No related branches found
No related tags found
No related merge requests found
Pipeline #
The following patches have been applied to this project:
- http://drupal.org/files/issues/panelizer_is-1402860-82-fix-ipe-end-js-alert.patch
- http://drupal.org/files/issues/panels-ipe-workbench-block-2485837-1.patch
- http://drupal.org/files/issues/panels-ipe-insufficient-2462331-33.patch
This file was automatically generated by Drush Make (http://drupal.org/project/drush).
......@@ -26,16 +26,6 @@ Drupal.PanelsIPE = {
Drupal.behaviors.PanelsIPE = {
attach: function(context) {
// Remove any old editors.
for (var i in Drupal.PanelsIPE.editors) {
if (Drupal.settings.PanelsIPECacheKeys.indexOf(i) === -1) {
// Clean-up a little bit and remove it.
Drupal.PanelsIPE.editors[i].editing = false;
Drupal.PanelsIPE.editors[i].changed = false;
delete Drupal.PanelsIPE.editors[i];
}
}
// Initialize new editors.
for (var i in Drupal.settings.PanelsIPECacheKeys) {
var key = Drupal.settings.PanelsIPECacheKeys[i];
......
......@@ -102,6 +102,7 @@ projects[panels][version] = 3.x-dev
projects[panels][subdir] = contrib
projects[panels][patch][1402860] = http://drupal.org/files/issues/panelizer_is-1402860-82-fix-ipe-end-js-alert.patch
projects[panels][patch][2485837] = http://drupal.org/files/issues/panels-ipe-workbench-block-2485837-1.patch
projects[panels][patch][2462331] = http://drupal.org/files/issues/panels-ipe-insufficient-2462331-33.patch
projects[panelizer][version] = 3.4
projects[panelizer][subdir] = contrib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment