Page 1 of 1

[fixed] CMSMS 1.10 Beta3: {cms_jquery} help page error

Posted: Fri Sep 23, 2011 6:12 am
by fredp
Hi,

This is more than a simple typo, so I'll post this here...

The description of this plugin's cdn parameter is not correct.

Code: Select all

(optional) cdn - use to save the output in a smarty assignment.
As I understand it, correct me if I'm wrong, this parameter is a boolean value that specifies the desired source of the jquery library files:
  1. false => link to the site's copy of jQuery libraries -- the default
  2. true => hotlink to CDN-hosted copies of jQuery libraries (e.g. https://ajax.googleapis.com)

Re: CMSMS 1.10 Beta3: {cms_jquery} help page error

Posted: Fri Sep 23, 2011 6:58 am
by uniqu3
Thank you, spotted this issue just this morning :)
Changed in SVN 7430