Skip to content
View robertannett's full-sized avatar

Block or report robertannett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Use svg image if supported - fallbac... Use svg image if supported - fallback to png if not (Using Modernizr check for svg)
    1
    // Swap SVG to PNG of the same name on unsupported browsers
    2
    // Requires Modernizr with SVG: https://modernizr.com/download?svg-svgasimg-setclasses&q=svg
    3
    if (!Modernizr.svg) {
    4
        var imgs = document.getElementsByTagName('img');
    5
        var svgExtension = /.*\.svg$/
  2. AY-Studio/ticket-tailor-events-feed AY-Studio/ticket-tailor-events-feed Public

    Get a feed of upcoming events from Ticket Tailor to display on your website

    PHP