Skip to content

Commit

Permalink
some changes in this issue :uvdesk#162
Browse files Browse the repository at this point in the history
  • Loading branch information
antuchaudharyqlo246 committed Jul 4, 2023
1 parent 14a9df1 commit d664606
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Resources/views/Staff/branding.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-colorpicker/2.3.0/css/bootstrap-colorpicker.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-colorpicker/2.3.0/js/bootstrap-colorpicker.min.js"></script>

<script>
<script>
var currentDate = new Date();
currentDate.setHours(0, 0, 0, 0);
Expand Down Expand Up @@ -622,15 +622,7 @@
sizeLimit: true,
msg: "{{ 'File size must not be greater than 200KB !!'|trans }}",
}, {
imageFile: true, <script>
var currentDate = new Date();
currentDate.setHours(0, 0, 0, 0);
$('.datetime').datetimepicker({
format: 'YYYY-MM-DD H:mm:ss',
minDate: currentDate
});
</script>
imageFile: true,
msg: "{{ 'Please upload valid Image file (Only JPEG, JPG, PNG allowed)!!'|trans }}",
}
],
Expand Down

0 comments on commit d664606

Please sign in to comment.