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