[IMP] Added comment line

bzr revid: vta@openerp.com-20130103132705-evxyn3dyvjes7q6k
This commit is contained in:
vta vta@openerp.com 2013-01-03 14:27:05 +01:00
parent 408ce4a241
commit 0b02663f9a
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ openerp.web_analytics = function(instance) {
} else {
_gaq.push(['_setCustomVar', 4, 'User Access Level', 'Normal User', 1]);
}
// Fetch OpenERP's version of the instance
return instance.session.rpc("/web/webclient/version_info", {})
.done(function(res) {
_gaq.push(['_setCustomVar', 5, 'Version', res.server_version, 3]);