From fc491f8a3d103be0804d3a186e927beea8ad1009 Mon Sep 17 00:00:00 2001 From: Tim Fechner <tim.fechner@hs-hannover.de> Date: Wed, 22 Nov 2017 09:25:03 +0100 Subject: [PATCH] Remove some spaces --- hshassets/assets/js/common.js | 2 -- hshassets/static/hshassets/js/common.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/hshassets/assets/js/common.js b/hshassets/assets/js/common.js index f6462f99..59da2d40 100644 --- a/hshassets/assets/js/common.js +++ b/hshassets/assets/js/common.js @@ -1,6 +1,4 @@ - $('[data-submit-only-once="true"]').submit(function(event){ $(this).find("button").addClass("is-loading"); $(this).find(":submit").attr("disabled","disabled"); }); - diff --git a/hshassets/static/hshassets/js/common.js b/hshassets/static/hshassets/js/common.js index 2824f197..ba4b99f0 100644 --- a/hshassets/static/hshassets/js/common.js +++ b/hshassets/static/hshassets/js/common.js @@ -1,7 +1,5 @@ - $('[data-submit-only-once="true"]').submit(function(event){ $(this).find("button").addClass("is-loading"); $(this).find(":submit").attr("disabled","disabled"); }); - -- GitLab