You've already forked fm-dx-webserver
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:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user