nothing important

This commit is contained in:
Andras Bacsai 2022-02-22 09:47:21 +01:00
parent e60ae91b5d
commit 2e864bddf9

View File

@ -15,7 +15,6 @@
export let placeholder = '';
let disabledClass = 'bg-coolback disabled:bg-coolblack';
let actionsShow = false;
let isHttps = browser && window.location.protocol === 'https:';
function showActions(value) {