﻿/* Modal behaviours */

// Detect modal links and open in a colorbox modal
$(function() {
    $('a[href*="modals/"]').colorbox({ iframe: true, width: '1000px', height: '700px' });
});
