Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
    • Jared Hancock's avatar
      jQuery: Fix default slow appearance of .show() · c2fdc0a8
      Jared Hancock authored
      With the patch introduced to fix the `afterShow` event for jQuery three,
      this appear sort of slowly be default. This addresses the issue by providing
      a default of 0ms to show things, so they show immediately.
      c2fdc0a8
    • Jared Hancock's avatar
      filedrop: Fix file drag and drop · 0ef7cc1a
      Jared Hancock authored
      This fixes an issue introduced in the upgrade to jQuery three. The filedrop
      field was not updated correctly and drag and drop files was broken.
      Additionally, this handles cases where files are dragged over the box but
      not dropped. The style of the box is correctly reset after the drag leaves
      the box.
      0ef7cc1a
  2. Feb 11, 2019
  3. Feb 08, 2019
  4. Feb 07, 2019
    • JediKev's avatar
      issue: Client-Side Forms · d4e240b8
      JediKev authored
      This addresses an issue where the client-side forms are not rendering
      correctly. This is due to updating the render() functions but not updating
      everywhere they are used.
      d4e240b8
  5. Feb 06, 2019
  6. Feb 05, 2019
  7. Feb 04, 2019
  8. Feb 01, 2019
  9. Jan 31, 2019
    • JediKev's avatar
      issue: Remove Referral Borked · 20c876f3
      JediKev authored
      This addresses an issue where removing a Referral from the Manage Referrals
      modal just loads and loads, never actually removing the referral. This is
      due to the AJAX URL containing an extra `/` causing an "Unsupported URL"
      error.
      20c876f3
Loading