Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2.2.44, Thu Nov 22 17:19:07 2007 UTC | revision 1.2.2.45, Tue Nov 27 13:09:55 2007 UTC | |
|---|---|---|
| # | Line 441 function jrating_average_rating($content | Line 441 function jrating_average_rating($content |
| 441 | ||
| 442 | ||
| 443 | function jrating_footer($main = FALSE){ | function jrating_footer($main = FALSE){ |
| 444 | //return '<noscript><style type="text/css">form.rating{ display: block; }</style></noscript>'; | drupal_add_js('$("head").append("<style type=\'text/css\'>form.rating {display:none;}</style>");', 'inline', 'header'); |
| drupal_add_js('$("form.rating").css("display", "none");', 'inline', 'footer'); | ||
| 445 | } | } |
| 446 | ||
| 447 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |