mirror of https://github.com/jpanther/congo.git
fix: close menu button on click
parent
e3015b9006
commit
a785bb0dbf
|
@ -93,6 +93,7 @@
|
||||||
<a
|
<a
|
||||||
href="{{ .URL }}"
|
href="{{ .URL }}"
|
||||||
title="{{ .Title }}"
|
title="{{ .Title }}"
|
||||||
|
onclick="document.getElementById('menu-controller').checked=false"
|
||||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||||
>{{ with .Params.icon }}
|
>{{ with .Params.icon }}
|
||||||
<span
|
<span
|
||||||
|
|
Loading…
Reference in New Issue