Raygun JS API problem with bootstrap validator

fatihalp

Posted on
Aug 27 2014

We're using both http://bootstrapvalidator.com and Raygun. Validation plugin stops working after doing test to First element of form.

TypeError: url.indexOf is not a function raygun.js:361

Line 361: if (url.indexOf(document.domain) !== -1) { source = loadSource(url); }

When we debug the code, last url before crash is http://cdn.jsdelivr.net/jquery.bootstrapvalidator/0.5.0/js/bootstrapValidator.min.js


Callum

Posted on
Aug 28 2014

Replied via email, candidate fix in the works if others are seeing this issue.


fatihalp

Posted on
Aug 28 2014

Issue fixed thanks!


Reply