forked from adphi/occweb
add scroll down on key down
This commit is contained in:
parent
4fc2359fdc
commit
e5a9f0142f
@ -1,8 +1,4 @@
|
|||||||
# OCCWeb terminal
|
# Test Nextcloud App
|
||||||
|
|
||||||
A web terminal for admins to launch Nextcloud's occ commands
|
|
||||||
|
|
||||||
|
|
||||||
Place this app in **nextcloud/apps/**
|
Place this app in **nextcloud/apps/**
|
||||||
|
|
||||||
## Building the app
|
## Building the app
|
||||||
|
@ -41,5 +41,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
$('html').keypress(function(){
|
||||||
|
scrollToBottom()
|
||||||
|
})
|
||||||
});
|
});
|
||||||
})(OC, window, jQuery);
|
})(OC, window, jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user