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