Commit 74bc9744 authored by fuhai999@gmail.com's avatar fuhai999@gmail.com
Browse files

v2.0.2

parent 9d175c58
Showing with 2 additions and 0 deletions
+2 -0
......@@ -29,7 +29,9 @@ function initImageBrowserButton() {
var img = imgBrowserBtn.attr("for-src");
var input = imgBrowserBtn.attr("for-input");
$("#" + img).attr("src", jpress.cpath + layer.data.src);
$("#" + img).trigger("srcChanged",jpress.cpath + layer.data.src);
$("#" + input).val(layer.data.src);
$("#" + input).trigger("valChanged",layer.data.src);
}
}
});
......
Supports Markdown
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