Merge branch 'devel' into new/longterm/select_query_type

This commit is contained in:
DL6ER
2018-08-29 20:35:47 +02:00
4 changed files with 28 additions and 7 deletions

View File

@@ -315,7 +315,7 @@ $(document).ready(function() {
});
$("#all-queries tbody").on( "click", "button", function () {
var data = tableApi.row( $(this).parents("tr") ).data();
if (data[4] === "1")
if (data[4] === 1 || data[4] === 4 || data[5] === 5)
{
add(data[2],"white");
}