template language fix

This commit is contained in:
Baris Soner Usakli
2014-03-04 14:56:05 -05:00
parent 81378e071b
commit 8c11299197
3 changed files with 6 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ define(function() {
for(var key in data) {
uniqueVisitors.find('#' + key).text(data[key]);
}
});
};