aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-07-07 04:28:07 +0000
committerrvelices <rv-github@modusoptimus.com>2009-07-07 04:28:07 +0000
commit28edf4af63d02eec0d6d9dd5243199b3a11d1daa (patch)
treedf59fcba6546790d173c5cbb6b353f310fe64991 /template
parent365f5f6e60da1dc8daec105090d3ec73c1619bf9 (diff)
bug 1029 IE8 : rating system is gone - correction of javascript
git-svn-id: http://piwigo.org/svn/trunk@3537 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/rating.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/rating.js b/template/yoga/rating.js
index 682ab10d0..9b8370e93 100644
--- a/template/yoga/rating.js
+++ b/template/yoga/rating.js
@@ -23,7 +23,7 @@ function makeNiceRatingForm(options)
rateButton.initialRateValue = rateButton.value; // save it as a property
try { rateButton.type = "button"; } catch (e){}// avoid normal submit (use ajax); not working in IE6
- if (navigator.userAgent.indexOf('AppleWebKit/') == -1 ) rateButton.value = ""; //hide the text IE/Opera - breaks safari
+ if (navigator.userAgent.indexOf('AppleWebKit/')==-1 && navigator.userAgent.indexOf('MSIE 8')==-1) rateButton.value = ""; //hide the text IE<8/Opera - breaks safari
with (rateButton.style)
{
textIndent = "-50px"; //hide the text FF