Skip to content
Snippets Groups Projects
Commit db042d2c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #608478 by David_Rothstein: remove leftover code and variables

parent 29b424a2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -113,19 +113,6 @@ Drupal.behaviors.dateTime = {
}
};
/**
* Show the powered by Drupal image preview
*/
Drupal.behaviors.poweredByPreview = {
attach: function (context, settings) {
$('#edit-color, #edit-size').change(function () {
var path = settings.basePath + 'misc/' + $('#edit-color').val() + '-' + $('#edit-size').val() + '.png';
$('img.powered-by-preview').attr('src', path);
});
}
};
/**
* Show/hide settings for page caching depending on whether page caching is
* enabled or not.
......
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