// This file is used for functions that will bug if instantiated twice, since global.js is loaded a second time when triggering an ajax modal

$( document ).ready( function() {

    // Theme form elements    
    $(function(){ $(".uniform, .checkbox, .radio, select, input[type='radio'], input[type='checkbox'], input[type='file']").not(".jqm-wrapper *, #filter-set *").uniform(); });            

});
