summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/blockstats.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dozmod/templates/blockstats.html')
-rw-r--r--modules-available/dozmod/templates/blockstats.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/blockstats.html b/modules-available/dozmod/templates/blockstats.html
index cba3b476..b71d219c 100644
--- a/modules-available/dozmod/templates/blockstats.html
+++ b/modules-available/dozmod/templates/blockstats.html
@@ -30,8 +30,9 @@
<script type="application/javascript"><!--
function slxLoadBlocks(hash, size) {
$('#block-details .modal-header').text(hash + '/' + size);
- $('#block-details .modal-body').html('<div class="slx-rotation"><span class="glyphicon glyphicon-refresh"></span></div>');
+ $('#block-details .modal-body')
+ .html('<div class="slx-rotation"><span class="glyphicon glyphicon-refresh"></span></div>')
+ .load('?do=dozmod&section=special', { token: TOKEN, action: 'getblockinfo', hash: hash, size: size });
$('#block-details').modal('show');
- $('#block-details .modal-body').load('?do=dozmod&section=blockstats', { token: TOKEN, action: 'getblockinfo', hash: hash, size: size });
}
//--></script> \ No newline at end of file