typo in example code
This commit is contained in:
src/inputs
@ -16,7 +16,6 @@ $(function(){
|
|||||||
{value: 2, text: 'option2'},
|
{value: 2, text: 'option2'},
|
||||||
{value: 3, text: 'option3'}
|
{value: 3, text: 'option3'}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -15,7 +15,6 @@ $(function(){
|
|||||||
{value: 2, text: 'Blocked'},
|
{value: 2, text: 'Blocked'},
|
||||||
{value: 3, text: 'Deleted'}
|
{value: 3, text: 'Deleted'}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user