* Remove two useless trailing whitespaces.

This commit is contained in:
Guanxiying
2023-05-31 23:39:44 +08:00
parent ad45773364
commit 0fa5c56e11
@@ -44,7 +44,7 @@
</div>
<?php echo html::hidden('config[type]', 'week')?>
</td>
</tr>
</tr>
<script>
$(function()
{
@@ -76,7 +76,7 @@ $(function()
});
$('ul.nav-tabs a').click(function()
{
{
if($(this).data('type'))$('input[id*=type][id*=config]').val($(this).data('type'));
});
});