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

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


The following commit(s) were added to refs/heads/gc/8452 by this push:
     new a8111a58c fixup! [#8452] replaced .bind calls with .on
a8111a58c is described below

commit a8111a58c951faa8de5e8db538d37374cca79eba
Author: Guillermo Cruz <[email protected]>
AuthorDate: Wed Aug 10 18:06:18 2022 -0600

    fixup! [#8452] replaced .bind calls with .on
---
 ForgeImporters/forgeimporters/templates/project_base.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ForgeImporters/forgeimporters/templates/project_base.html 
b/ForgeImporters/forgeimporters/templates/project_base.html
index cbba5d457..2c812503a 100644
--- a/ForgeImporters/forgeimporters/templates/project_base.html
+++ b/ForgeImporters/forgeimporters/templates/project_base.html
@@ -67,8 +67,6 @@
         $(function() {
             $('#project_name').on('change keyup', suggest_name);
             $('#project_shortname').on('change keyup', function(event) {
-                console.log('update url!!')
-
 
                 if (event.type == 'keyup') {
                     manual = true;

Reply via email to