[Bps-public-commit] rt-extension-inlinehelp branch master updated. 7890b65dabdd64fa86470ded36a766a7240d11a8

BPS Git Server git at git.bestpractical.com
Thu Sep 30 22:19:11 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-inlinehelp".

The branch, master has been updated
       via  7890b65dabdd64fa86470ded36a766a7240d11a8 (commit)
      from  09f5efdd8cce1fe2b353e271f48fb1d32b75e8b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7890b65dabdd64fa86470ded36a766a7240d11a8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Oct 1 06:18:17 2021 +0800

    Comment out debuging log

diff --git a/static/js/inlinehelp.js b/static/js/inlinehelp.js
index bbe8c56..e76b721 100644
--- a/static/js/inlinehelp.js
+++ b/static/js/inlinehelp.js
@@ -170,7 +170,7 @@ function renderPopupHelpItems( list ) {
     list = list || pagePopupHelpItems
     if (list && Array.isArray(list) && list.length) {
         list.forEach(function(entry) {
-            console.log("processing entry:", entry)
+            // console.log("processing entry:", entry)
             const $els = applySelectorQueryOrFunc(entry.selector)
             if ( $els ) {
                 applyPopupHelpAction( entry, $els )
-----------------------------------------------------------------------

Summary of changes:
 static/js/inlinehelp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
rt-extension-inlinehelp


More information about the Bps-public-commit mailing list