Current File : /home/aventura/www/site/wp-content/themes/kleo/kleo-framework/options/inc/themecheck/js/admin.js
(function( $ ) {
	"use strict";

	$(function() {

		$('#theme-check > h2').html( $('#theme-check > h2').html() + ' with Redux Theme-Check' );

		if ( typeof redux_check_intro !== 'undefined' ) {
			$('#theme-check .theme-check').append( redux_check_intro.text );
		}
		$('#theme-check form' ).append('&nbsp;&nbsp;<input name="redux_wporg" type="checkbox">  Extra WP.org Requirements.');
	});

}(jQuery));