Skip to content

Commit

Permalink
Add latest version of dropzone and jquery-jeditable (#263)
Browse files Browse the repository at this point in the history
* Add latest dropzoone

* Add jquery-jeditable
  • Loading branch information
vidya-ram authored Feb 19, 2020
1 parent 67501e6 commit 9821b90
Show file tree
Hide file tree
Showing 4 changed files with 5,446 additions and 0 deletions.
7 changes: 7 additions & 0 deletions baseframe/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
'baseframe/js/jquery.truncate8.js',
)

assets['jquery_jeditable.js'][Version('2.0.14')] = (
'jquery.js',
'baseframe/js/jquery_jeditable.js',
)

# jQuery emoji picker
assets['emojionearea.css'][Version('3.4.1')] = 'baseframe/css/emojionearea.css'
assets['emojionearea-material.css'][Version('3.4.1')] = (
Expand Down Expand Up @@ -448,6 +453,8 @@

assets['dropzone.js'][Version('3.2.0')] = 'baseframe/js/dropzone.js'
assets['dropzone.css'][Version('3.2.0')] = 'baseframe/css/dropzone.css'
assets['dropzone.js'][Version('5.5.0')] = 'baseframe/js/dropzone-5.5.0.js'
assets['dropzone.css'][Version('5.5.0')] = 'baseframe/css/dropzone-5.5.0.css'

assets['mustache-hogan.js'][
Version('2.0.0')
Expand Down
Loading

0 comments on commit 9821b90

Please sign in to comment.