diff options
Diffstat (limited to 'modules/system/system.js')
-rw-r--r-- | modules/system/system.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/system/system.js b/modules/system/system.js index 3cee79f30..5446d28a3 100644 --- a/modules/system/system.js +++ b/modules/system/system.js @@ -1,4 +1,3 @@ -// $Id$ (function ($) { /** @@ -114,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. |