This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react' | |
| import { connect } from 'react-redux' | |
| import { withRouter } from 'react-router-dom' | |
| import classNames from 'classnames' | |
| import styles from './Pager.styl' | |
| import queryBuilder from './queryBuilder' | |
| const Page = ({ page, currentPage, onClick }) => { | |
| const diff = Math.abs(page.number - currentPage) | |
| const className = classNames({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="/example" id="link-123">Anchor text</a> | |
| <script> | |
| var linkTrackingData = [ | |
| { | |
| id: 'link-123', | |
| dyn_eventaction: '…', | |
| dyn_teasertype: '…', | |
| moduletype: '…', | |
| elementinfo: '…', |
NewerOlder