mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #1104 from openclassify/dia
#4258 avantaj-çelik rendering in design
This commit is contained in:
commit
36bef73753
@ -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);
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user