1. 15 Jan, 2019 3 commits
  2. 14 Jan, 2019 2 commits
    • hexeth's avatar
      Update ID of button from sendbtn2 to sendbtn · a9277da8
      hexeth authored
      The ID of this button is currently `sendbtn` if the condition is true, but `sendbtn2` when false. Propose renaming both to `sendbtn` as neither button will appear in the template at the same time. This will assist in caliBlur more easily targeting both states.
      a9277da8
    • Ozzieisaacs's avatar
      Update testing · 32568c90
      Ozzieisaacs authored
      Update custom columns unicode enums
      32568c90
  3. 12 Jan, 2019 1 commit
  4. 11 Jan, 2019 18 commits
  5. 10 Jan, 2019 3 commits
  6. 09 Jan, 2019 1 commit
  7. 08 Jan, 2019 5 commits
  8. 07 Jan, 2019 1 commit
  9. 06 Jan, 2019 3 commits
  10. 05 Jan, 2019 2 commits
  11. 04 Jan, 2019 1 commit
    • hexeth's avatar
      Remove leading space in span (#749) · 29c9d554
      hexeth authored
      Previous code was not targeting right element, additionally was only removing a single leading space. New regex will remove any leading spaces from span
      29c9d554