Changeset 3538


Ignore:
Timestamp:
Jul 7, 2009, 6:36:33 AM (15 years ago)
Author:
rvelices
Message:

merge r3537 from trunk
bug 1029 IE8 : rating system is gone - correction of javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/rating.js

    r2435 r3538  
    2424                try { rateButton.type = "button"; } catch (e){}// avoid normal submit (use ajax); not working in IE6
    2525
    26                 if (navigator.userAgent.indexOf('AppleWebKit/') == -1 ) rateButton.value = ""; //hide the text IE/Opera - breaks safari
     26                if (navigator.userAgent.indexOf('AppleWebKit/')==-1 && navigator.userAgent.indexOf('MSIE 8')==-1) rateButton.value = ""; //hide the text IE<8/Opera - breaks safari
    2727                with (rateButton.style)
    2828                {
Note: See TracChangeset for help on using the changeset viewer.