From a0fa72d23c02bf94794ed1857b8b969ee696370f Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 20 Feb 2020 11:35:02 +0100 Subject: [PATCH] forgot to join titles --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 04e1f40..e0242f2 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ function build_asa_request() { } else { return ((e.vendor || '') + (e.model || '') + (e.variant || '')).trim(); } - }); + }).join('/'); } // hide image view -- 2.30.2