summaryrefslogtreecommitdiff
path: root/statistics.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-03-27 10:40:19 +0000
committerfisharebest <fisharebest@gmail.com>2012-03-27 10:40:19 +0000
commit250575b3d70ff2c2dd026543f644d3bd89485395 (patch)
tree980443e82e2c40f8b547bc79a47d61952e9664d2 /statistics.php
parent44266365e30d7b2331f5fb763093018fbeb762c9 (diff)
downloadwebtrees-250575b3d70ff2c2dd026543f644d3bd89485395.tar.gz
webtrees-250575b3d70ff2c2dd026543f644d3bd89485395.tar.bz2
webtrees-250575b3d70ff2c2dd026543f644d3bd89485395.zip
Add CSS for large/small animated loading images, instead of using <img>
Diffstat (limited to 'statistics.php')
-rw-r--r--statistics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.php b/statistics.php
index a025467b98..dd7eb55363 100644
--- a/statistics.php
+++ b/statistics.php
@@ -36,7 +36,7 @@ $ajax = safe_GET('ajax', WT_REGEX_NOSCRIPT, 0);
if (!$ajax) {
$js='jQuery(document).ready(function() {
jQuery("#stats-tabs").tabs({
- spinner: \'<img src="'.WT_STATIC_URL.'images/loading.gif" height="12" alt="">\',
+ spinner: \'<i class="icon-loading-small"></i>\',
cache: true
});
jQuery("#stats-tabs").css("visibility", "visible");