add scroll down on key down
This commit is contained in:
parent
4fcfcc12bf
commit
b96cff9bde
@ -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
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -41,5 +41,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
$('html').keypress(function(){
|
||||||
|
scrollToBottom()
|
||||||
|
})
|
||||||
});
|
});
|
||||||
})(OC, window, jQuery);
|
})(OC, window, jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user