mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Simplify GA page title
This commit is contained in:
parent
038c4fa6fe
commit
c5dca51df9
@ -28,7 +28,7 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', '${requestScope['google.analytics.account']}',
|
gtag('config', '${requestScope['google.analytics.account']}',
|
||||||
{
|
{
|
||||||
'page_title' : 'Public - ${mindmap.id}'
|
'page_title' : 'Public View'
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
Loading…
Reference in New Issue
Block a user