remove static assets from Application Template

This commit is contained in:
sbwalker
2025-09-12 11:43:25 -04:00
parent 04bc68de55
commit d12f7b79d2
47 changed files with 0 additions and 4743 deletions

View File

@ -1,8 +0,0 @@
function subMenu(a) {
event.preventDefault();
event.stopPropagation();
var li = a.parentElement, submenu = li.getElementsByTagName('ul')[0];
submenu.style.display = submenu.style.display == "block" ? "none" : "block";
return false;
}