Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
At the moment if you click on a link while pressing the
ctrl
-key the current page plus a new tab will open with the requested page, which makes browsing multiple functions/tags a bit tiresome.With the changes it should keep the browser behaviour without affecting Google-Stats.
However
new URL(href)
might say certain links are invalid like 'www.example.com' as there is no protocol and thus are not tracked.[solved]
I did try to get grunt running, but had no luck so for now only one file.
Did following, but keep getting
Missing script: "grunt"
(installing grunt-cli, didn't work either as suggested in a few StackOverflow Questions)