no message

This commit is contained in:
kuaifan 2022-04-27 08:06:38 +08:00
parent 2e88e933c3
commit 529b4bec31

View File

@ -9,7 +9,7 @@
;(function(window) {
try {
window.localStorage.removeItem('ui-theme-id')
} catch () { }
} catch (e) {}
})(window);
;(function(DocsAPI, window, document, undefined) {