From 71de4af33dd52f9a725f7f73783e40175db0d625 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 4 Jun 2021 09:31:10 -0700 Subject: [PATCH] Fixed Assistant clipboard URL, discovered in #2725 --- views/default.handlebars | 1 + 1 file changed, 1 insertion(+) diff --git a/views/default.handlebars b/views/default.handlebars index 824ec9d1..24c38928 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -4813,6 +4813,7 @@ if (addflag == 1) c += Q('aginsType').value; c += (urlargs.key?('&key=' + urlargs.key):''); if (Q('aginsSelect').value == 5) { c += '&meshinstall=' + Q('aginsSysType').value; } + if (Q('aginsSelect').value == 7) { c += '&ac=' + Q('asinsType').value; } copyTextToClip(c); }