Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/NADDAF_proposition/wp-content/plugins/sermone/src/
Upload File :
Current File : /home/icmq6107/clients/NADDAF_proposition/wp-content/plugins/sermone/src/share.js

/**
 * Sermone share 
 * 
 */

! ( ( w, $ ) => {
  'use strict'

  const ShareFunc = () => {

    $( 'body' ).on( 'click', '.sermone--share-container .share-item > a', function( e ) {
      e.preventDefault()
      let link = $( this ).attr( 'href' )
      let title = $( this ).attr( 'title' )

      w.open( link, title, `width=400,height=350` )
    } )
  }

  $( () => {
    ShareFunc()
  } )
} )( window, jQuery )

module.exports = {}