Skip to content

Commit

Permalink
build: re-generate dist (#1664)
Browse files Browse the repository at this point in the history
* build: re-generate dist
  • Loading branch information
WaitSpringQW authored Jan 14, 2025
1 parent a91468e commit 64d5769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/AdvancedSiteNotices/AdvancedSiteNotices.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/SiteCommon_JS/SiteCommon_JS.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/AdvancedSiteNotices/modules/showNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const showNotices = ($mountPoint: JQuery, index: number, remoteNotices?: RemoteN
const noticeStyleId: number = $notice.data('asn-style-id') as number;
const currentNoticeHtml: string = $currentNotice.html();
if (currentNoticeHtml && currentNoticeHtml !== noticeHtml) {
// eslint-disable-next-line no-jquery/no-animate
$currentNotice.stop().fadeOut((): void => {
for (const style of noticeStyles) {
style.disabled = true;
Expand Down

0 comments on commit 64d5769

Please sign in to comment.