[freeside-commits] branch FREESIDE_4_BRANCH updated. b944b927f03a8b7d8c8978e6adb1ae0251d1295f

Mitch Jackson mitch at freeside.biz
Tue Jan 8 15:42:08 PST 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  b944b927f03a8b7d8c8978e6adb1ae0251d1295f (commit)
      from  0502f819090ebd13a2e88c3f9e88f0d9f1702dda (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 b944b927f03a8b7d8c8978e6adb1ae0251d1295f
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Tue Jan 8 17:17:09 2019 -0500

    RT# 81706 Include jQuery libraries in header-popup.html

diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html
index 22a390e36..2c72d85df 100644
--- a/httemplate/elements/header-popup.html
+++ b/httemplate/elements/header-popup.html
@@ -31,6 +31,8 @@ Example:
 %   unless ( $no_jquery ) {
       <SCRIPT SRC="<% $fsurl %>elements/jquery-3.3.1.js"></SCRIPT>
       <SCRIPT SRC="<% $fsurl %>elements/jquery-migrate-3.0.1.min.js"></SCRIPT>
+      <SCRIPT SRC="<% $fsurl %>elements/jquery-ui-1.12.1.min.js"></SCRIPT>
+      <SCRIPT SRC="<% $fsurl %>elements/jquery.validate-1.17.0.min.js"></SCRIPT>
 %     if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) {
       <SCRIPT SRC="<% $fsurl %>elements/printtofit.js"></SCRIPT>
 %     }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/header-popup.html | 2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list