Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Apr 2016 23:00:45 +0800
index: don't reload the page via href="" on log out
Looks like sometimes page reloads before client can disconnect properly.
--- a/index.html Thu Apr 07 22:56:16 2016 +0800
+++ b/index.html Thu Apr 07 23:00:45 2016 +0800
<li class="uk-nav-divider"></li>
- <a href="" rv-on-click="view.disconnect">
+ <a rv-on-click="view.disconnect">
<i class="uk-icon-sign-out"></i>
<span class="label">Log out</span>