From 768daa12cb7472a22e2429210cb0be3f1058c170 Mon Sep 17 00:00:00 2001 From: Julian Labus <julian@labus-online.de> Date: Mon, 13 May 2019 10:49:00 +0200 Subject: [PATCH] fix missing comma in devices.js bug introduced in 59bad15a24afc8c59f46b71986d0a67e19d4b2d2 --- devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.js b/devices.js index 68e71f5..3d52728 100644 --- a/devices.js +++ b/devices.js @@ -1,6 +1,6 @@ var devices_recommended = { "8devices": { - "Carambola Board 2": "8devices-carambola2-board" + "Carambola Board 2": "8devices-carambola2-board", "Jalapeno Board": "8devices-jalapeno" }, -- GitLab