mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-26 19:36:29 +02:00
Fix de bugs
This commit is contained in:
parent
e47d769964
commit
1dda3958d9
11 changed files with 23 additions and 22 deletions
|
@ -94,7 +94,7 @@
|
|||
var url = jQuery(this).attr('href');
|
||||
jQuery(target).find('input:checked').each(function ()
|
||||
{
|
||||
url += '/scheduleds' + jQuery(this).val() + '_' + jQuery(this).val();
|
||||
url += '/' + jQuery(this).val();
|
||||
});
|
||||
window.location = url;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue