mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-03 07:42:39 -08:00
1 line
No EOL
343 B
JavaScript
1 line
No EOL
343 B
JavaScript
"use strict";document.addEventListener("DOMContentLoaded",function(){var t=Array.prototype.slice.call(document.querySelectorAll(".navbar-burger"),0);t.length>0&&t.forEach(function(t){t.addEventListener("click",function(){var e=t.dataset.target,n=document.getElementById(e);t.classList.toggle("is-active"),n.classList.toggle("is-active")})})}); |