mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Changes dropbox area to whole document.
This commit is contained in:
parent
3bbfc85877
commit
a6e79b537b
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
html {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
border: 1px dashed #fff;
|
border: 1px dashed #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
|
@ -48,7 +48,8 @@ modulejs.define('ext/dropbox', ['_', '$', 'core/settings', 'core/location', 'cor
|
||||||
|
|
||||||
event.sub('ready', function () {
|
event.sub('ready', function () {
|
||||||
|
|
||||||
$content.filedrop({
|
// $content.filedrop({
|
||||||
|
$('html').filedrop({
|
||||||
|
|
||||||
paramname: 'userfile',
|
paramname: 'userfile',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue