...
|
...
|
@@ -1125,6 +1125,12 @@ $(document).on("change", '#focus-select', function () { |
|
|
Bll.module.contentData.focus_type = $(this).val();
|
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#position-select', function () {
|
|
|
Bll.module.contentData.data.ufo_position = $(this).val();
|
|
|
Bll.renderDialog("cpsShowBanner-template");
|
|
|
});
|
|
|
|
|
|
$(document).on("change", '#isNewFocus', function () {
|
|
|
if ($(this).is(':checked')) {
|
|
|
Bll.module.contentData.isNewFocus = 1;
|
...
|
...
|
|