mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Add copy message functionality to drag&drop (drag + shift) [#42]
+ Update jquery to 1.10.2
This commit is contained in:
parent
74af8f793a
commit
f22b90dbe3
16 changed files with 318 additions and 201 deletions
|
|
@ -113,7 +113,7 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
"vendors/modernizr.js",
|
||||
"vendors/underscore/underscore-1.5.2.min.js",
|
||||
"vendors/jquery-1.10.1.min.js",
|
||||
"vendors/jquery-1.10.2.min.js",
|
||||
"vendors/jquery-ui/js/jquery-ui-1.10.3.custom.min.js",
|
||||
"vendors/jquery-cookie/jquery.cookie-1.4.0.min.js",
|
||||
"vendors/jquery-mousewheel/jquery.mousewheel-3.1.4.min.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue