Compare commits
No commits in common. "54daaf0410db8e36a42d6fd7c3ccb45588be4d55" and "f38b3d6a5382a4eba4dae2ab862e9ae96a74749e" have entirely different histories.
54daaf0410
...
f38b3d6a53
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-hoster-uploader",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.2",
|
||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -2156,7 +2156,7 @@ function renderSettings() {
|
||||
</div>
|
||||
<div class="settings-row">
|
||||
<label>API-Token</label>
|
||||
<input type="text" class="key-input" id="remoteTokenInput" value="${escapeAttr(remoteSettings.token || '')}" readonly style="flex:1">
|
||||
<input type="text" class="key-input" id="remoteTokenInput" value="${remoteSettings.token || ''}" readonly style="flex:1">
|
||||
<button class="btn btn-xs btn-secondary" id="remoteCopyTokenBtn" title="Kopieren">Kopieren</button>
|
||||
<button class="btn btn-xs btn-secondary" id="remoteRegenerateTokenBtn" title="Neu generieren">Neu</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user