From 3daa02c5bbac2c6e556746f898bd31d3045261f7 Mon Sep 17 00:00:00 2001 From: architeuthis Date: Wed, 8 Jan 2025 19:02:43 +0100 Subject: [PATCH] Fix adapter datasheet links --- static/js/shop_data.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 25de016..55216cc 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -915,6 +915,8 @@ const shop_data = { 'Each card provides 8 channels.', 'Breaking out all 32 channels from a Zotino requires 4 SMA-IDC cards.' ], + datasheet_file: '/docs/sinara-datasheets/5518-5528.pdf', + datasheet_name: '5518 BNC-IDC / 5528 SMA-IDC datasheet', size: 'small', warnings: [ "no_idc_source" @@ -956,7 +958,7 @@ const shop_data = { 'Connects an external HD68 cable to IDC-BNC, IDC-SMA or IDC-MCX cards.', ], datasheet_file: '/docs/sinara-datasheets/5568.pdf', - datasheet_name: '5518 BNC-IDC / 5528 SMA-IDC datasheet', + datasheet_name: '5568 HD68-IDC datasheet', size: 'small', options: [ {type: "Radio", args: {title: "Cable length", outvar: "hd68_cable_len", variants: ["1 M", "2 M", "3 M"], tip: "The desired length of the HD68 cable", fallback: 1}}, -- 2.47.0