added expiry date to shortcode crud plus bug fixes
This commit is contained in:
3
public/assets/js/clientshow.js
vendored
3
public/assets/js/clientshow.js
vendored
@@ -33,6 +33,9 @@
|
||||
$('#launchDate').datetimepicker({
|
||||
format: 'YYYY-MM-DD'
|
||||
});
|
||||
$('#expiryDate').datetimepicker({
|
||||
format: 'YYYY-MM-DD'
|
||||
});
|
||||
$('#createNotesBtn').click(function(evt){
|
||||
evt.preventDefault();
|
||||
$('#newNotesForm').modal('show');
|
||||
|
||||
Reference in New Issue
Block a user