Some website improvements (fix for IE)

This commit is contained in:
Lukas Eder 2012-04-15 17:27:53 +00:00
parent 37bf58cf08
commit f995290622

View File

@ -117,7 +117,8 @@ yourself heard to many database users!
// https://google-developers.appspot.com/chart/interactive/docs/quick_start
// https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart#Configuration_Options
google.load("visualization", "1", {packages:["corechart"]});
$.getJSON('<?=$root?>/json/stats.php', function(data) {
google.setOnLoadCallback(function() {
$.getJSON('<?=$root?>/json/stats.php', function(data) {
var rows = new Array();
var total = 0;
@ -174,7 +175,8 @@ yourself heard to many database users!
textStyle: { color: '#ffffff' }
}
});
});
});
});
</script>
<h3>Donations</h3>