git-svn-id: https://msi/svn/firstRepo/Management/trunk@70 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -114,7 +114,8 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/addingr/addingrViewTem
|
||||
$("#isNote").jqxCheckBox(
|
||||
{
|
||||
width: 75,
|
||||
height: 16
|
||||
height: 16,
|
||||
checked:false
|
||||
});
|
||||
|
||||
$("#isNote").on('change', function (event) {
|
||||
@@ -135,7 +136,8 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/addingr/addingrViewTem
|
||||
$("#isHeading").jqxCheckBox(
|
||||
{
|
||||
width: 75,
|
||||
height: 16
|
||||
height: 16,
|
||||
checked:false
|
||||
});
|
||||
|
||||
$("#isHeading").on('change', function (event) {
|
||||
|
||||
Reference in New Issue
Block a user