Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
516f4cfb
Commit
516f4cfb
authored
Mar 23, 2021
by
lianahus
Committed by
Liana Husikyan
Mar 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable matomo for live
parent
4ed4cd72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app.js
apps/remix-ide/src/app.js
+2
-2
index.html
apps/remix-ide/src/index.html
+2
-2
No files found.
apps/remix-ide/src/app.js
View file @
516f4cfb
...
...
@@ -370,8 +370,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// Ask to opt in to Matomo for remix, remix-alpha and remix-beta
const
matomoDomains
=
{
'remix-alpha.ethereum.org'
:
27
,
'remix-beta.ethereum.org'
:
25
//
'remix.ethereum.org': 23
'remix-beta.ethereum.org'
:
25
,
'remix.ethereum.org'
:
23
}
if
(
matomoDomains
[
window
.
location
.
hostname
]
&&
!
registry
.
get
(
'config'
).
api
.
exists
(
'settings/matomo-analytics'
))
{
modalDialog
(
...
...
apps/remix-ide/src/index.html
View file @
516f4cfb
...
...
@@ -36,8 +36,8 @@
<script
type=
"text/javascript"
>
const
domains
=
{
'remix-alpha.ethereum.org'
:
27
,
'remix-beta.ethereum.org'
:
25
//
'remix.ethereum.org': 23
'remix-beta.ethereum.org'
:
25
,
'remix.ethereum.org'
:
23
}
if
(
domains
[
window
.
location
.
hostname
])
{
var
_paq
=
window
.
_paq
=
window
.
_paq
||
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment