From 5e06a63f47785a4c2d8349fcfb8e0a03a2ff016e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 14 Feb 2023 23:56:16 +0100 Subject: [PATCH] yWeb: minor changes in comments Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9b95830dc97adf88ace5b55794785c7805746430 Author: vanhofen Date: 2023-02-14 (Tue, 14 Feb 2023) Origin message was: ------------------ - yWeb: minor changes in comments ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/y-web/jquery/Makefile.am | 2 +- data/y-web/prototype/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/y-web/jquery/Makefile.am b/data/y-web/jquery/Makefile.am index 5afe4b8a3..3180c7eb1 100644 --- a/data/y-web/jquery/Makefile.am +++ b/data/y-web/jquery/Makefile.am @@ -1,6 +1,6 @@ installdir = $(PRIVATE_HTTPDDIR)/jquery -# jQuery library; see https://jquery.com/ +# jQuery framework; see https://jquery.com/ install_DATA = jquery.min.js # jQuery user interface; see https://jqueryui.com/ diff --git a/data/y-web/prototype/Makefile.am b/data/y-web/prototype/Makefile.am index 8c8a7f9bc..dc2b6763e 100644 --- a/data/y-web/prototype/Makefile.am +++ b/data/y-web/prototype/Makefile.am @@ -1,6 +1,6 @@ installdir = $(PRIVATE_HTTPDDIR)/prototype -# prototype library; see http://prototypejs.org/ +# prototype framework; see http://prototypejs.org/ install_DATA = prototype.js # prototype effects; see http://script.aculo.us