Skip to content
Permalink
Browse files

Revert ga change, move notes to changelog

  • Loading branch information
tmcw committed Jun 23, 2015
1 parent 65a0281 commit ad7a66b17ab0114ab975bcb71f8ffb188c099949
Showing with 6 additions and 9 deletions.
  1. +5 −0 CHANGELOG.md
  2. +0 −8 README.md
  3. +1 −1 index.html
@@ -0,0 +1,5 @@
Edit 06/08/2015 - Isabelle Hillberg

To filter based on a comment (not merged, if you clone this and try it):

It filters for any comment containing your text.
@@ -11,11 +11,3 @@ http://osmlab.github.io/show-me-the-way/#32.55,-15.82,71.65,44.65

Build a bounding box URL like that, using this page:
http://osmlab.github.io/show-me-the-way/bbox.html


Edit 06/08/2015 - Isabelle Hillberg

To filter based on a comment (not merged, if you clone this and try it):
(base url).html#filter:FILTER_TEXT_HERE

It filters for any comment containing your text.
@@ -41,7 +41,7 @@

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = 'js/ga.js';
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

0 comments on commit ad7a66b

Please sign in to comment.
You can’t perform that action at this time.