1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

UI hotfix for tx id

This commit is contained in:
Marek Farkaš
2025-05-30 23:07:16 +02:00
parent 07d47c0665
commit 64af7dbf16

View File

@@ -918,7 +918,7 @@ function throttle(fn, wait) {
} }
function buildAltTxList(txList) { function buildAltTxList(txList) {
const wrapper = '<div class="panel-100-real m-0 flex-container flex-phone" style="background:none;backdrop-filter:none;">'; const wrapper = '<div class="panel-100-real m-0" style="background:none;backdrop-filter:none;">';
let outString = ''; let outString = '';
outString += wrapper; outString += wrapper;
for (let i = 0; i < txList.length; i++) { for (let i = 0; i < txList.length; i++) {