Skip to content

Commit

Permalink
chore: remove missing RL module
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPha5130 authored Apr 11, 2024
1 parent 00201af commit 3d26383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/quickDiff.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useMwApi } from '../utils/mw'
export function quickDiff(param) {
mw.hook('InPageEdit.quickDiff').fire()
_analysis('quick_diff')
mw.loader.load(['mediawiki.legacy.shared', 'mediawiki.diff.styles'])
mw.loader.load(['mediawiki.diff.styles'])
var $modalTitle, $diffArea, $loading
var $quickDiff = $('.quick-diff')
if ($quickDiff.length > 0) {
Expand Down

0 comments on commit 3d26383

Please sign in to comment.