$(document).ready(function() { // $('.main table').wrap('
'); $('[href$="&delete"]').addClass('btn btn-sm btn-danger'); if(window.location.href.indexOf("home.php?m=config_games&xml_config_creator=Create+XML+Configs") != -1 ) { $('iframe').attr('id', 'xcc_iframe'); $('iframe').load(function() { $(this).contents().find("body").addClass('xcc_iframe'); var main_css = ''; var bs = ''; var bs_t = ''; var js = ''; var xml_css = ''; $(this).contents().find("head").append(bs); $(this).contents().find("head").append(bs_t); $(this).contents().find("head").append(js); $(this).contents().find("head").append(main_css); $(this).contents().find("head").append(xml_css); $(this).contents().find("table").removeAttr("style").removeAttr("colspan").addClass('table table-sm table-striped'); $(this).contents().find('button, input[type=button], [type=submit], input[type=reset], .swfuploadbtn').addClass('btn btn-sm btn-primary'); $(this).contents().find('textarea, select, input[type=text]').addClass('form-control').removeAttr('style'); $(this).contents().find('form').addClass('form-group'); }); } });