Repository: flink Updated Branches: refs/heads/release-1.0 a3fc74b7b -> 9e5f59a87
[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/9e5f59a8 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9e5f59a8 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9e5f59a8 Branch: refs/heads/release-1.0 Commit: 9e5f59a87dbb808f5072e38f4f113faef8a6f295 Parents: a3fc74b 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:35 2016 +0200 ---------------------------------------------------------------------- docs/concepts/concepts.md | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/9e5f59a8/docs/concepts/concepts.md ---------------------------------------------------------------------- diff --git a/docs/concepts/concepts.md b/docs/concepts/concepts.md index e0f6cc5..500b449 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
