/**
 * base.js
 *
 */

$(function() {
  $('.droppy').droppy({speed: 50});
});