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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d7e315  don't comment out the version
0d7e315 is described below

commit 0d7e3151403ab74ceaaae6da359eed01d6c33f18
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Nov 22 19:03:04 2021 +0100

    don't comment out the version
---
 webui/js/ponymail.js     | 2 +-
 webui/js/source/build.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index e75c1e4..d5ade9d 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -14,7 +14,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 */
-// THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!!
+// THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES!
 
 const PONYMAIL_REVISION = "";
 
diff --git a/webui/js/source/build.sh b/webui/js/source/build.sh
index 2375696..bf7ccbe 100755
--- a/webui/js/source/build.sh
+++ b/webui/js/source/build.sh
@@ -28,7 +28,7 @@ echo '/*
  See the License for the specific language governing permissions and
  limitations under the License.
 */
-// THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!!
+// THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES!
 
 const PONYMAIL_REVISION = "'$JS_SRC_REV'";
 ' > ../ponymail.js

Reply via email to