mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
addition to last commit
This commit is contained in:
parent
274ea079a0
commit
9ab870e06f
|
|
@ -6454,7 +6454,7 @@ var thegrid = (function () {
|
|||
ihref += "&raster";
|
||||
|
||||
var accent = getComputedStyle(document.body).getPropertyValue('--a');
|
||||
ihref += '&a=' + parseColor(accent).replace(' ', '');
|
||||
ihref += '&a=' + parseColor(accent).replaceAll(' ', '');
|
||||
|
||||
html.push('<a href="' + ohref + '" ref="' + ref +
|
||||
'" class="' + ac + '" ttt="' + esc(name) + '">' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue