Skip to content
Snippets Groups Projects
Select Git revision
  • c1851b70a62356a34b90a5ff11188fd1da3c7d2a
  • master default protected
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
10 results

hsh-custom-run.sh

Blame
  • common.js 172 B
    $('[data-submit-only-once="true"]').submit(function(event){
        $(this).find("button").addClass("is-loading");
        $(this).find(":submit").attr("disabled","disabled");
    });