Merge pull request #1104 from openclassify/dia

#4258 avantaj-çelik rendering in design
This commit is contained in:
spektra2147 2021-07-01 10:14:50 +03:00 committed by GitHub
commit 36bef73753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
(function (window, document) {
/* Offline */ /* Offline */
window.addEventListener('offline', () => { window.addEventListener('offline', () => {
$('body > *').hide(); $('body > *').hide();
@ -17,4 +16,3 @@
}, 250) }, 250)
}) })
/* End Offline */ /* End Offline */
})(window, document);