Skip to content

Commit

Permalink
this is JS...
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarbot authored May 23, 2024
1 parent 1734a5e commit e50972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/ext.networknotice.Notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
if ( [ 'interactive', 'complete' ].includes( document.readyState ) ) {
init();
}
}, { once = true } );
}, { once: true } );
}
}( window, document ) );

0 comments on commit e50972d

Please sign in to comment.