mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 03:48:22 +02:00
got drag n drop to work with firefox -and- chrome and checking in before I manage to break it again
This commit is contained in:
parent
a0707e9d54
commit
a91041ae61
11 changed files with 148 additions and 171 deletions
|
@ -84,7 +84,7 @@ class Site < Sequel::Model
|
|||
SCREENSHOT_RESOLUTIONS = ['540x405', '210x158', '100x100', '50x50']
|
||||
THUMBNAIL_RESOLUTIONS = ['210x158']
|
||||
|
||||
MAX_FILE_SIZE = 10**8 # 100 MB
|
||||
MAX_FILE_SIZE = 10**8 # 100 MB, change dashboard.js dropzone file size limit if you change this
|
||||
|
||||
CLAMAV_THREAT_MATCHES = [
|
||||
/^VBS/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue