$1,199.00
.product-top-main product_v3 { display: none !important; }
The 4.5m RipCord provides a free fall of approximately 4.5 m (15 ft) for your FlightLine Ride device.
The 6.0m RipCord provides a free fall of approximately 8m (26 ft) for your FlightLine Ride device.
Verify that you are ordering a compatible part for your device mounting height
require([‘jquery’, ‘productPage’],
function ($, productPage) {
$(function() {
/** pre-load product reviews */
window.reviewUrl = ‘https://headrushtech.com/review/product/listAjax/id/578’;
var tabsLayout = ‘accordion’;
if (tabsLayout === ‘list’) {
productPage.preLoadProductReviews(function() {});
/** have to wait until all the images are loaded */
$(‘[data-gallery-role=gallery-placeholder]’).on(‘gallery:loaded’, function () {
$(this).on(‘fotorama:ready’, function(){
productPage.scrollToUrlHash(window.location.href);
});
});
$(‘.reviews-actions a.action’).on(‘click’, function() {
productPage.scrollToUrlHash($(this).attr(‘href’));
});
}
});
});


