THE :3 DIDNT SAVE ME FROM MAKING A MISTAKE FUCK

This commit is contained in:
Sky 2023-07-26 16:54:03 -04:00
parent 96f1a7c7c9
commit 786c63e305
2 changed files with 6 additions and 8 deletions

View File

@ -11,12 +11,11 @@ function setCloakCookie() {
document.cookie = 'tabname=' + $('#webname').val(); document.cookie = 'tabname=' + $('#webname').val();
Toastify({ Toastify({
text: 'Tab cloak saved!', text: 'Tab cloak saved!',
duration: 3000, duration: 2000,
gravity: "top", // `top` or `bottom` gravity: "top", // `top` or `bottom`
position: "left", // `left`, `center` or `right` position: "center", // `left`, `center` or `right`
style: { style: {
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)", background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)"
width: "25%",
}, },
onClick: function(){} // Callback after click onClick: function(){} // Callback after click
}).showToast(); }).showToast();

View File

@ -28,12 +28,11 @@
document.cookie = "panicurl=" + $("#panic").val(); document.cookie = "panicurl=" + $("#panic").val();
Toastify({ Toastify({
text: 'Panic mode saved!.', text: 'Panic mode saved!.',
duration: 3000, duration: 2000,
gravity: "top", // `top` or `bottom` gravity: "top", // `top` or `bottom`
position: "left", // `left`, `center` or `right` position: "center", // `left`, `center` or `right`
style: { style: {
background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)", background: "linear-gradient(42deg, rgba(36, 69, 128, 1) 100%, rgb(24, 17, 87) 0%)"
width: "25%",
}, },
onClick: function(){} // Callback after click onClick: function(){} // Callback after click
}).showToast(); }).showToast();