diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-17 12:51:03 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-17 12:51:03 +0200 |
commit | fad4cba5e20b3273c2adc80b7a7c5c9fa57ed720 (patch) | |
tree | 2450d3a003590d0a5946e923a6ef4da520b94af6 /.meteor/versions | |
parent | 879fc47b530e89ce11ae60579962d9bcaf103b17 (diff) | |
download | wekan-fad4cba5e20b3273c2adc80b7a7c5c9fa57ed720.tar.gz wekan-fad4cba5e20b3273c2adc80b7a7c5c9fa57ed720.tar.bz2 wekan-fad4cba5e20b3273c2adc80b7a7c5c9fa57ed720.zip |
Improve card and list sortable drag
Use a custom build of jquery-ui with only the plugins we need (instead
of including everything).
Fix a tricky bug of conflict between Blaze reactive updates and
jquery-ui (which caused cards to sometimes disappear).
Diffstat (limited to '.meteor/versions')
-rw-r--r-- | .meteor/versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.meteor/versions b/.meteor/versions index 5fe0a841..58e12ef6 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -56,7 +56,6 @@ json@1.0.3 kenton:accounts-sandstorm@0.1.3 launch-screen@1.0.2 less@1.0.14 -linto:jquery-ui@1.11.2 livedata@1.0.13 localstorage@1.0.3 logging@1.0.7 @@ -76,6 +75,7 @@ mquandalle:bower@1.4.1 mquandalle:jade@0.4.3 mquandalle:jade-compiler@0.4.3 mquandalle:jquery-textcomplete@0.3.9_1 +mquandalle:jquery-ui-drag-drop-sort@0.1.0 mquandalle:moment@1.0.0 mquandalle:stylus@1.1.1 npm-bcrypt@0.7.8_2 |