Skip to content

Commit

Permalink
Reduce alert animations
Browse files Browse the repository at this point in the history
  • Loading branch information
DilemmaGX committed Dec 11, 2023
1 parent 8cee9de commit 070ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function copy(id) {

function addSuccessAlertSuccess(str) {
const newAlertDiv = document.createElement('div');
newAlertDiv.className = 'alert alert-success alert-dismissible fade show';
newAlertDiv.className = 'alert alert-success alert-dismissible';
newAlertDiv.role = 'alert';
const svgIcon = document.createElement('svg');
svgIcon.className = 'bi flex-shrink-0 me-2';
Expand Down

0 comments on commit 070ea14

Please sign in to comment.