From 0fe9be0b6ea7168da7df8220e554da4ed2db05f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 4 Jun 2007 10:36:42 +0000 Subject: #146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS files compatible with the new version --- modules/color/color.js | 4 ++-- modules/system/system.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/color/color.js b/modules/color/color.js index 481e4e34e..cb76ffabb 100644 --- a/modules/color/color.js +++ b/modules/color/color.js @@ -131,7 +131,7 @@ if (Drupal.jsEnabled) { // Set background/foreground color $(input).css({ backgroundColor: color, - color: farb.RGBToHSL(farb.unpack(color))[2] > 0.5 ? '#000' : '#fff' + 'color': farb.RGBToHSL(farb.unpack(color))[2] > 0.5 ? '#000' : '#fff' }); // Change input value @@ -244,4 +244,4 @@ if (Drupal.jsEnabled) { // Render preview preview(); }); -} \ No newline at end of file +} diff --git a/modules/system/system.css b/modules/system/system.css index e22c7888f..ef20fb1fe 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -360,7 +360,6 @@ html.js fieldset.collapsible .fieldset-wrapper { html.js .resizable-textarea textarea { margin-bottom: 0; width: 100%; - display: block; } /* -- cgit v1.2.3