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