...
|
...
|
@@ -1252,6 +1252,15 @@ $(document).on("change", '#split_image_width', function () { |
|
|
Bll.renderDialog("splitJointImg-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#divide_imageWidth', function () {
|
|
|
Bll.module.contentData.imageWidth = $(this).val();
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#divide_imageHeight', function () {
|
|
|
Bll.module.contentData.imageHeight = $(this).val();
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", '#focus-select', function () {
|
|
|
Bll.module.contentData.focus_type = $(this).val();
|
|
|
Bll.renderDialog("focus-template");
|
...
|
...
|
|