Skip to content

Commit

Permalink
updated GA tag and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikeshpaul committed Dec 2, 2020
1 parent aed1a53 commit 37a6562
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.1.0] - 2020-12-02

### Added
- Integrated Google Analytics
- Organ selector from the Home Page Button

### Changed

### Fixed
- Error when shifting from Indented list to tree vis

## [1.0.1] - 2020-10-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/app/compare/compare.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="header">
<span style="margin: 0; font-weight: 300;" class="title">Input Derived Data Table</span>
<div>
<button mat-icon-button #tooltip="matTooltip" matTooltip="Please provide the URL of Google Sheets from your browser. Please make sure that the the table's structure EXACTLY matches that of the master tables.">
<button mat-icon-button #tooltip="matTooltip" matTooltip="Please provide the URL of Google Sheets from your browser. Please make sure that the the table's structure EXACTLY matches that of the master tables and that the sheet is PUBLIC.">
<mat-icon style="color: grey;">help_outline</mat-icon>
</button>
<button mat-icon-button (click)="close()" #tooltip="matTooltip" matTooltip="Close">
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-151170257-1', 'auto'); // Change the UA-ID to the one you got from Google Analytics
ga('create', 'UA-136932895-3', 'auto'); // Change the UA-ID to the one you got from Google Analytics

</script>
</body>
Expand Down

0 comments on commit 37a6562

Please sign in to comment.