-
Notifications
You must be signed in to change notification settings - Fork 467
Open
Labels
Description
I having a issue with Server messages overwriting other messages and doing search I found 5b67d3b which is meant to fix it.
As I am using CDNJS for to get the scripts and looking at code in the CDN version is not the same as from the commit
This is the minified code which would covert back (non minified) to the code prior to that commit
f(h,c,b,d, function(b){g.removeClass("validating-server-side"),c.removeClass("validating-server-side"),b.message && c.attr(d.validationErrorMsgAttribute, b.message),a(b.valid)})
Also the code from master has code prior to that commit also.