Skip to content

Commit

Permalink
[docs] Remove JS from concepts page
Browse files Browse the repository at this point in the history
  • Loading branch information
uce committed Apr 4, 2016
1 parent 138dc8f commit 8976bf1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/concepts/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8976bf1

Please sign in to comment.