I am using several blogs to add a people picker to a SharePoint app we are building. On one page, no issues. On another (both using the same custom master page), in any browser (IE included) we are getting "ReferenceError: 'Strings' is undefined" with the stack showing:
stack "ReferenceError: 'Strings' is undefined\n at $_global_clienttemplates (https://<oursite>/sites/sitsreg/Style%20Library/SITSRegistration/clienttemplates.js:1:34781)\n at Global code (<a href="https:///sites/sitsreg/Style%20Library/SITSRegistration/clienttemplates.js:1:146813">https://<oursite>/sites/sitsreg/Style%20Library/SITSRegistration/clienttemplates.js:1:146813)"
I have looked in all custom code and there is no Strings interference. "Strings" is only found in
clienttemplates.js
clientpeoplepicker.js
clientforms.js
autofill.js
Any ideas where I can fix this?
- Thank you. Respectfully, Janette M. Ricker