|
@@ -1438,6 +1438,11 @@ $(document).on("change", '#img_width', function () { |
|
@@ -1438,6 +1438,11 @@ $(document).on("change", '#img_width', function () { |
1438
|
Bll.renderDialog("splitJointImgBanner-template");
|
1438
|
Bll.renderDialog("splitJointImgBanner-template");
|
1439
|
});
|
1439
|
});
|
1440
|
|
1440
|
|
|
|
1441
|
+$(document).on("change", '#floorCategory', function () {
|
|
|
1442
|
+ Bll.module.contentData.floorCategory = $(this).val();
|
|
|
1443
|
+});
|
|
|
1444
|
+
|
|
|
1445
|
+
|
1441
|
$(document).on("change", '#split_image_height', function () {
|
1446
|
$(document).on("change", '#split_image_height', function () {
|
1442
|
Bll.module.contentData.image_height = $(this).val();
|
1447
|
Bll.module.contentData.image_height = $(this).val();
|
1443
|
Bll.renderDialog("splitJointImg-template");
|
1448
|
Bll.renderDialog("splitJointImg-template");
|