This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8504b
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8504b by this push:
     new 72dcb4189 fixup! fixup! fixup! [#8504] more inline event replacement
72dcb4189 is described below

commit 72dcb4189fd8f98cbd2387cc8cb44e25054a8882
Author: Guillermo Cruz <[email protected]>
AuthorDate: Tue Apr 25 10:17:35 2023 -0500

    fixup! fixup! fixup! [#8504] more inline event replacement
---
 ForgeFiles/forgefiles/templates/upload_file.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ForgeFiles/forgefiles/templates/upload_file.html 
b/ForgeFiles/forgefiles/templates/upload_file.html
index 045aa3539..cb8665ef9 100644
--- a/ForgeFiles/forgefiles/templates/upload_file.html
+++ b/ForgeFiles/forgefiles/templates/upload_file.html
@@ -54,5 +54,5 @@
      </form>
  </div>
 <script>
-    $('upload-file-form').on('submit', function(e){ validateFileForm(e) });
+    $('#upload-file-form').on('submit', function(e){ validateFileForm(e) });
 </script>

Reply via email to