Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* global adjustOffsetBy, moveContent */
|
||||
|
||||
function mobileMoveContent() {
|
||||
moveContent('admin-nav-mobile')
|
||||
}
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
try {
|
||||
adjustOffsetBy()
|
||||
mobileMoveContent()
|
||||
} catch (e) {}
|
||||
})
|
||||
Reference in New Issue
Block a user