You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hyperlink referenced line checks scriptSrc variable to be not equal to null, but when it's undefined, it's not exactly null, and scriptSrc.length throws an Exception:
jquery.min.js:formatted:3981 Uncaught TypeError: Cannot read property 'length' of undefined
at Object.success (jquery.SPServices-2014.02.js?_=1575556158629:3117)
at j (jquery.min.js:formatted:1341)
at Object.fireWith [as resolveWith] (jquery.min.js:formatted:1398)
at x (jquery.min.js:formatted:4008)
at b (jquery.min.js:formatted:4209)
at Object.send (jquery.min.js:formatted:4212)
at Function.ajax (jquery.min.js:formatted:3978)
at SPScriptAuditPage (jquery.SPServices-2014.02.js?_=1575556158629:3104)
at Element.<anonymous> (jquery.SPServices-2014.02.js?_=1575556158629:3081)
at Function.each (jquery.min.js:formatted:167)
SPServices/src/value-added/SPScriptAudit.js
Line 206 in 7ff0d24
The hyperlink referenced line checks
scriptSrc
variable to be not equal tonull
, but when it'sundefined
, it's not exactly null, andscriptSrc.length
throws an Exception:Encountered when calling
and a page such as PageNotFoundError.aspx contains an inline
script
withoutsrc
.The text was updated successfully, but these errors were encountered: