mirror of
https://github.com/lrsjng/h5ai.git
synced 2026-03-02 18:21:00 +01:00
Changes dropbox area to whole document.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
border: 1px dashed #fff;
|
||||
border-radius: 8px;
|
||||
|
||||
@@ -48,7 +48,8 @@ modulejs.define('ext/dropbox', ['_', '$', 'core/settings', 'core/location', 'cor
|
||||
|
||||
event.sub('ready', function () {
|
||||
|
||||
$content.filedrop({
|
||||
// $content.filedrop({
|
||||
$('html').filedrop({
|
||||
|
||||
paramname: 'userfile',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user