This commit is contained in:
Aritra Banik
2024-03-18 13:05:03 +05:30
parent c4bbad4a66
commit ede96ec93d
6 changed files with 6 additions and 16 deletions

View File

@@ -1,7 +1,4 @@
(function($) {
document.querySelector('#bannerClose').addEventListener('click',function() {
document.querySelector('#proBanner').classList.add('d-none');
});
'use strict';
$(function() {
if ($(".dashboard-progress-1").length) {
@@ -2120,4 +2117,4 @@
}
});
})(jQuery);
})(jQuery);