mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Activated a working HTML5 Drag & Drop polyfill for the Firefox Mobile browser
This commit is contained in:
parent
b8357fd739
commit
17575f19f0
3 changed files with 66 additions and 75 deletions
|
|
@ -74,16 +74,17 @@ config.paths.js = {
|
|||
src: [
|
||||
'dev/polyfill.js',
|
||||
'dev/prototype.js',
|
||||
'dev/External/ifvisible.js',
|
||||
'dev/dragdropgecko.js',
|
||||
'dev/shortcuts.js',
|
||||
'vendors/inputosaurus/inputosaurus.js', // custom (modified)
|
||||
'vendors/routes/signals.min.js', // fixed
|
||||
'vendors/routes/hasher.min.js', // fixed
|
||||
'vendors/routes/crossroads.min.js', // fixed
|
||||
'vendors/jua/jua.min.js', // custom
|
||||
'dev/shortcuts.js',
|
||||
'vendors/qr.js/qr.min.js', // fixed (license)
|
||||
'vendors/bootstrap/js/bootstrap.native.min.js', // fixed
|
||||
'vendors/knockout/build/output/knockout-latest.js',
|
||||
'dev/External/ifvisible.js',
|
||||
'vendors/squire/build/squire-raw.js',
|
||||
'dev/External/SquireUI.js'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue