mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Added language to UserAction for metrics
This commit is contained in:
@@ -5,8 +5,8 @@ var userAction = function(str)
|
||||
{
|
||||
if (typeof window.yaCounter25827098 !== "undefined")
|
||||
{
|
||||
console.log(str);
|
||||
window.yaCounter25827098.hit("http://" + window.location.hostname + "/UserAction#" + str);
|
||||
console.log(g_language + "/" + str);
|
||||
window.yaCounter25827098.hit("http://" + window.location.hostname + "/" + g_language + "/UserAction#" + str);
|
||||
}
|
||||
else if (!waitCounter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user