[FIX] Disable Block Explorer Link on Mobile Theme
This commit is contained in:
parent
d815f2f19b
commit
cea3b29d08
@ -12,7 +12,7 @@
|
|||||||
<td class="leftheader">Current Active Workers</td>
|
<td class="leftheader">Current Active Workers</td>
|
||||||
<td>{$GLOBAL.workers}</td>
|
<td>{$GLOBAL.workers}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{if $GLOBAL.website.blockexplorer.url}
|
{if ! $GLOBAL.website.blockexplorer.disabled}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="leftheader">Next Network Block</td>
|
<td class="leftheader">Next Network Block</td>
|
||||||
<td>{$CURRENTBLOCK + 1} <font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK})</a></font></td>
|
<td>{$CURRENTBLOCK + 1} <font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK})</a></font></td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user