Commit 3f9d590d by Qiang Xue

minor fix [skip ci]

parent f0fefbb6
......@@ -111,7 +111,7 @@ yii.validation = (function ($) {
};
img.onerror = function () {
messages.push(options.notImage);
messages.push(options.notImage.replace(/\{file\}/g, file.name));
def.resolve();
};
......
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