icons, main .env
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
function togglePortalNav() {
|
||||
const wrap = document.getElementById("portal-nav");
|
||||
if (wrap) {
|
||||
wrap.classList.toggle("open");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function writeClipboard(value) {
|
||||
if (navigator.clipboard && window.isSecureContext) {
|
||||
return navigator.clipboard.writeText(value);
|
||||
|
||||
Reference in New Issue
Block a user