Blazor Hybrid / .NET MAUI support
This commit is contained in:
8
Oqtane.Maui/wwwroot/js/app.js
Normal file
8
Oqtane.Maui/wwwroot/js/app.js
Normal file
@ -0,0 +1,8 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user