mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
THE :3 DIDNT SAVE ME FROM MAKING A MISTAKE FUCK
This commit is contained in:
parent
96f1a7c7c9
commit
786c63e305
@ -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();
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user