/home/arranoyd/otours_bak/wp-content/themes/leadengine/core/assets/js/admin-scripts.js
jQuery(document).ready(function($) {
    $( "a:contains('import-demo-full-custom')" ).parent().remove();
    
	$("#import-content").change(function() {
	  var id = $(this).children(":selected").attr("id");
	  $('#import-link-value').val(id);
	});
	$("#vc_settings-templatera #submit_btn").attr('value', 'Import leadengine Templates');	

});