Skip to content

Commit

Permalink
Try to fix error when animating comment background
Browse files Browse the repository at this point in the history
This errors shows up from time to time due to the conflict between jquery.color and jquery.ui modules since they both override $.fx.step.

Change-Id: I0bf11252b1151b2ebfd0c9c3a03cb29b87d49a95
  • Loading branch information
jwbth committed May 30, 2022
1 parent f8e7d2f commit 91dd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controller.js
Expand Up @@ -1117,7 +1117,7 @@ export default {

const modules = [
'jquery.client',
'jquery.color',
'jquery.ui',
'mediawiki.Title',
'mediawiki.Uri',
'mediawiki.api',
Expand Down

0 comments on commit 91dd0e0

Please sign in to comment.