mirror of https://github.com/zlatinb/muwire
fix connections count on settings page
parent
93f7c67f37
commit
26167abc08
|
@ -19,7 +19,7 @@ Core core = (Core) application.getAttribute("core");
|
||||||
<head>
|
<head>
|
||||||
<%@include file="css.jsi"%>
|
<%@include file="css.jsi"%>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body onload="initConnectionsCount();">
|
||||||
<%@include file="header.jsi"%>
|
<%@include file="header.jsi"%>
|
||||||
<aside>
|
<aside>
|
||||||
<%@include file="searchbox.jsi"%>
|
<%@include file="searchbox.jsi"%>
|
||||||
|
|
Loading…
Reference in New Issue