Repository: flink
Updated Branches:
  refs/heads/master 138dc8fef -> 8976bf16e


[docs] Remove JS from concepts page


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8976bf16
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8976bf16
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/8976bf16

Branch: refs/heads/master
Commit: 8976bf16eaeec2cdee638e79d2ba431edff29461
Parents: 138dc8f
Author: Ufuk Celebi <[email protected]>
Authored: Mon Apr 4 18:04:54 2016 +0200
Committer: Ufuk Celebi <[email protected]>
Committed: Mon Apr 4 18:05:16 2016 +0200

----------------------------------------------------------------------
 docs/concepts/concepts.md | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8976bf16/docs/concepts/concepts.md
----------------------------------------------------------------------
diff --git a/docs/concepts/concepts.md b/docs/concepts/concepts.md
index f57818d..0cb063c 100644
--- a/docs/concepts/concepts.md
+++ b/docs/concepts/concepts.md
@@ -21,22 +21,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<script type="text/javascript">
-$( document ).ready(function() {
-  // Handler for .ready() called.
-  $('.ga-track').click( function () {
-    console.log("tracking " + $(this).attr('id'))
-    // we just use the element id for tracking with google analytics
-    ga('send', 'event', 'button', 'click', $(this).attr('id'));
-  });
-
-});
-</script>
-
 * This will be replaced by the TOC
 {:toc}
 
-
 ## Programs and Dataflows
 
 The basic building blocks of Flink programs are **streams** and 
**transformations** (note that a DataSet is internally

Reply via email to