Skip to content

Commit

Permalink
[PQ-Splitter] "Create PQ(s)" button on Project-GC's PQ Splitter page …
Browse files Browse the repository at this point in the history
…does not work
  • Loading branch information
2Abendsegler authored Sep 28, 2022
2 parents ab7e7b9 + 1b89237 commit d8bc43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc_little_helper_II.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ var mainPGC = function() {
// Get selection parameter.
function getSelection() {
var sel = new Object();
$('#filtertoggle2div > div:not(.row) select, #filtertoggle2div > div:not(.row) input').each(function() {
$('#filtertoggle2div > div:not(.row,.hide) select, #filtertoggle2div > div:not(.row,.hide) input:not(.btn)').each(function() {
if ($(this).val() != null && $(this).val() != '') {
var name = $(this).attr('name').replace(/(\[|\])/g, '');
if ($(this).attr('multiple')) {
Expand Down

0 comments on commit d8bc43e

Please sign in to comment.