Skip to content

Commit

Permalink
fix: update layer
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Aug 3, 2024
1 parent 5f1ca38 commit 680f548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const deleteUpdateLayer = function() {
--updateLayerNumber;
notificationCount = '';
if (updateLayerNumber) notificationCount = `(${updateLayerNumber})`;
i18n();

const number = Number($(this).attr('class').split('update-layer-')[1]);
$(`.update-layer-${number}`).remove();
Expand Down

0 comments on commit 680f548

Please sign in to comment.