* VRFS-1935 - show sessions regardless if native or browser

This commit is contained in:
Seth Call 2014-07-23 11:38:31 -05:00
parent fc57fd7011
commit ce3ae06053
2 changed files with 1 additions and 2 deletions

View File

@ -360,7 +360,6 @@
PAYLOAD_SIZE);
}
// you have to score a little to 'prime' the logic to know whether it's on wireless or not
function primePump() {
scoring = true;

View File

@ -25,7 +25,6 @@
<div class="content-wrapper account">
<br />
{% if (data.isNativeClient) { %}
<div class="account-left">
<h2>sessions: </h2>
</div>
@ -38,6 +37,7 @@
<br clear="all" />
<hr/>
{% if (data.isNativeClient) { %}
<div class="account-left">
<h2>audio gear:</h2>
</div>