Plugin Directory

Changeset 1642635


Ignore:
Timestamp:
04/21/2017 07:27:45 PM (9 years ago)
Author:
jelnet
Message:

Bug fix maintenance release for fixed with tube map not working

Location:
tfl-widgets/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tfl-widgets/trunk/jel-tfl-widgets.php

    r1638687 r1642635  
    1717 * Plugin URI:        http://jelnet.uk/wp-plugins/tfl-widgets
    1818 * Description:       TFL Widgets lets you add Transport For London widgets to your pages using WordPress "shortcodes".
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Jeremy Wray
    2121 * Author URI:        http://jeremywray.co.uk/
  • tfl-widgets/trunk/public/class-jel-tfl-widgets-public.php

    r1636217 r1642635  
    126126            return '<script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script>';
    127127        } else {
    128             return '<div style="width:360px"><script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script></div>';
     128            return '<div style="width' . $atts['width'] . '"><script language="JavaScript" src="https://www.tfl.gov.uk/tfl/syndication/widgets/tubemap/tubemap-iframe-stretchy.js"></script></div>';
    129129        }
    130130     }
Note: See TracChangeset for help on using the changeset viewer.