Skip to content

Commit 1e1bfa8

Browse files
committed
remove useless class
1 parent 6b39991 commit 1e1bfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web_src/js/modules/fomantic/dimmer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function initFomanticDimmer() {
77
if (arg0 === 'add content') {
88
this._dimmer = document.createElement('div');
99
queryElemChildren(document.body, '.ui.dimmer', (el) => el.remove());
10-
this._dimmer.classList.add('ui', 'dimmer', 'page', 'active', 'tw-hidden');
10+
this._dimmer.classList.add('ui', 'dimmer', 'active', 'tw-hidden');
1111
this._dimmer.append($el[0]);
1212
document.body.append(this._dimmer);
1313
} else if (arg0 === 'get dimmer') {

0 commit comments

Comments
 (0)