Index: openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 2 Aug 2018 13:05:22 -0000 1.10 +++ openacs-4/packages/cookie-consent/tcl/cookie-consent-procs.tcl 3 Aug 2018 09:50:08 -0000 1.11 @@ -287,7 +287,8 @@ cookieconsent packages, either from the local file system, or from CDN. - @return dict containing cdn, cdnHost, resourceDir, prefix, cssFiles, jsFiles and extraFiles. + @return dict containing resourceDir, resourceName, cdn, + cdnHost, prefix, cssFiles, jsFiles and extraFiles. } { # # If no version of the cookie consent library was specified, @@ -317,6 +318,7 @@ set cdnHost cdnjs.cloudflare.com } lappend result \ + resourceName "Cookie Consent Widget" \ resourceDir $resourceDir \ cdn $cdn \ cdnHost $cdnHost \