Pastebin auto select Unlisted

auto selects unlisted when making a paste

Verzia zo dňa 17.04.2023. Pozri najnovšiu verziu.

Autor
Alistair1231
Hodnotenie
0 0 0
Verzia
0.1.3
Vytvorené
30.04.2021
Aktualizované
17.04.2023
Veľkosť
737 B
Licencia
GPL-3.0
Spustiť na

Auto selects Unlisted when creating, cloning or editing a paste

If you change

document.getElementById("postform-status").value=1;

to

document.getElementById("postform-status").value=2;

it should be private. (I don't use private, so not tested)