...
|
...
|
@@ -932,7 +932,11 @@ $(document).on("change", '#focus-select', function () { |
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
$(document).on("change", '#isNewFocus', function () {
|
|
|
Bll.module.contentData.isNewFocus = 1 - Bll.module.contentData.isNewFocus;
|
|
|
if ($(this).is(':checked')) {
|
|
|
Bll.module.contentData.isNewFocus = 1;
|
|
|
}else{
|
|
|
Bll.module.contentData.isNewFocus = 0;
|
|
|
}
|
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
//*****************************************************************//
|
...
|
...
|
|