Opened 10 years ago
Closed 10 years ago
#13887 closed bug (notabug)
Webkit not rendering opacity properly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Simply change line 162 of carousel.js to:
if (navigator.appVersion.indexOf('webkit') != -1) {
You had 'webkit' captizalized as 'WebKit' and this was causing the Chrome browser to not render correctly.
Thank you.
Note: See
TracTickets for help on using
tickets.
There is no such file name carousel.js in jQuery core.