fix 1
This commit is contained in:
@@ -247,6 +247,9 @@ window.requestLiveSync = async function() {
|
||||
const data = await res.json();
|
||||
if (data.ok) {
|
||||
btn.textContent = '✅ Requested!';
|
||||
setTimeout(() => {
|
||||
btn.textContent = originalText;
|
||||
btn.disabled = false;
|
||||
}, 5000);
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user