?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/leblogauto/wp-content/plugins/redux-framework/sample/sections/extensions/
Upload File :
Current File : /home/rankinh/leblogauto/wp-content/plugins/redux-framework/sample/sections/extensions/js-button.js

/* jshint unused:false */

function redux_add_date() {
	(function( $ ) {

		var date = new Date();
		var text = $( '#opt-blank-text' );

		text.val( date.toString() );
	})( jQuery );
}

function redux_show_alert() {
	alert( 'You clicked the Alert button!' );
}