Skip to content

Commit aff371c

Browse files
committed
fix: rimossa animazione in chiusura pagina
1 parent 1398880 commit aff371c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

assets/src/js/base/custom.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*/
1818

19-
// Aggiunta dell'ingranaggio all'unload della pagina
20-
$(window).on("beforeunload", function () {
21-
$("#main_loading").show().find('img').show().removeClass('animation__shake').addClass('animation__shake');
22-
});
23-
2419
// Fix multi-modal
2520
$(document).on('hidden.bs.modal', '.modal', function () {
2621
$(this).remove();

0 commit comments

Comments
 (0)