From e6b98ce482739c46a00d8196f444ac8a1a53b078 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 1 May 2014 13:23:34 +0200 Subject: [PATCH] [FIX] Removed getnavbardata from pool stats --- public/templates/bootstrap/statistics/js.tpl | 30 ------------------- .../bootstrap/statistics/pool/default.tpl | 4 --- 2 files changed, 34 deletions(-) delete mode 100644 public/templates/bootstrap/statistics/js.tpl diff --git a/public/templates/bootstrap/statistics/js.tpl b/public/templates/bootstrap/statistics/js.tpl deleted file mode 100644 index 65a66336..00000000 --- a/public/templates/bootstrap/statistics/js.tpl +++ /dev/null @@ -1,30 +0,0 @@ - diff --git a/public/templates/bootstrap/statistics/pool/default.tpl b/public/templates/bootstrap/statistics/pool/default.tpl index ede77276..cf917562 100644 --- a/public/templates/bootstrap/statistics/pool/default.tpl +++ b/public/templates/bootstrap/statistics/pool/default.tpl @@ -8,7 +8,3 @@ {include file="statistics/pool/general_stats.tpl"} {include file="statistics/blocks/small_table.tpl"} - -{if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api} -{include file="statistics/js.tpl"} -{/if}