Commit 6f2de916 by Qiang Xue

Merge pull request #3184 from Sergeygithub/patch-1

Update yii.validation.js
parents 86d747d0 dd4464d6
......@@ -65,7 +65,7 @@ yii.validation = (function ($) {
pub.addMessage(messages, options.tooLong, value);
}
if (options.is !== undefined && value.length != options.is) {
pub.addMessage(messages, options.is, value);
pub.addMessage(messages, options.notEqual, value);
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment