visualfail: query parameter name consistency
Consistently use 'variant_id' instead of 'variant'. Change-Id: I93f054634698855687e3ba07b83173c8370297fd
This commit is contained in:
@ -163,7 +163,7 @@ $(document).ready(function() {
|
||||
$('#asm').html(data);
|
||||
});
|
||||
|
||||
$.getJSON("core.php", {cmd: 'getSourceFiles', variant: $('#variant').val()}, function(data) {
|
||||
$.getJSON("core.php", {cmd: 'getSourceFiles', variant_id: $('#variant').val()}, function(data) {
|
||||
$.each(data, function(key, val) {
|
||||
$('#sourceFiles').append('<option value="' + key + '">' + val + '</option>');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user