...
|
...
|
@@ -1438,6 +1438,11 @@ $(document).on("change", '#img_width', function () { |
|
|
Bll.renderDialog("splitJointImgBanner-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#floorCategory', function () {
|
|
|
Bll.module.contentData.floorCategory = $(this).val();
|
|
|
});
|
|
|
|
|
|
|
|
|
$(document).on("change", '#split_image_height', function () {
|
|
|
Bll.module.contentData.image_height = $(this).val();
|
|
|
Bll.renderDialog("splitJointImg-template");
|
...
|
...
|
|