Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-08 13:44:29 +02:00
commit 6e695e60dd

View File

@ -73,6 +73,7 @@ $(document).ready(function() {
if (title.length == 0) {
title = ' ';
}
currentSettings.title.text = title;
currentChart.setTitle({ text: title });
});