Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

fix accordion bug in latest Chrome and Firefox #97

Merged
merged 3 commits into from Feb 20, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/static/modules/accordion/accordion.js
Expand Up @@ -66,7 +66,7 @@ Mobify.UI.Utils = (function($) {

var el = document.createElement('fakeelement');
var transitions = {
'transition':'transitionEnd',
'transition':'transitionEnd transitionend',
'OTransition':'oTransitionEnd',
'MSTransition':'msTransitionEnd',
'MozTransition':'transitionend',
Expand Down