diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-04 10:36:42 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-06-04 10:36:42 +0000 |
commit | 0fe9be0b6ea7168da7df8220e554da4ed2db05f4 (patch) | |
tree | 7765e024d750338c9174b53e42e6e6e713d16ffa /modules | |
parent | 5c09cfabb923574fd998b3bf98050cbcffca92db (diff) | |
download | brdo-0fe9be0b6ea7168da7df8220e554da4ed2db05f4.tar.gz brdo-0fe9be0b6ea7168da7df8220e554da4ed2db05f4.tar.bz2 |
#146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS files compatible with the new version
Diffstat (limited to 'modules')
-rw-r--r-- | modules/color/color.js | 4 | ||||
-rw-r--r-- | modules/system/system.css | 1 |
2 files changed, 2 insertions, 3 deletions
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; } /* |