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