File Manager

Current Path : /webspace/www.nougat-bb.be/html/wp-content/themes/zerif-lite/js/
Upload File :
Current File : /webspace/www.nougat-bb.be/html/wp-content/themes/zerif-lite/js/zerif_reviews.js

jQuery(document).ready(function($) {
	
	var load_ask_for_reviews = function(){
		$.ajax({
			type       : "POST",
			data       : {action: 'zerif_lite_dismiss_asking_for_reviews'},
			dataType   : "html",
			url        : zerifLiteAskingForReviewsObject.ajaxurl,
			success    : function(data){
				if( zerifLiteAskingForReviewsObject.ask == 'no') {
					jQuery('.customizer-review-link').remove();
				} else {
					jQuery('#customize-theme-controls').append('<div class="customizer-review-link"><p>Star this theme on <a href="https://wordpress.org/support/view/theme-reviews/zerif-lite" target="_blank">WordPress.org</a>!</p><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span></div>');
				}
			},
			error : function(jqXHR, textStatus, errorThrown) {   
				console.log(jqXHR + " :: " + textStatus + " :: " + errorThrown);
			}
		});
    }
	
    var dismiss_ask_for_reviews = function(){
		$.ajax({
			type       : "POST",
			data       : {action: 'zerif_lite_dismiss_asking_for_reviews', ask: 'no'},
			dataType   : "html",
			url        : zerifLiteAskingForReviewsObject.ajaxurl,
			success    : function(data){
				jQuery('.customizer-review-link').remove();
			},
			error : function(jqXHR, textStatus, errorThrown) {
				console.log(jqXHR + " :: " + textStatus + " :: " + errorThrown);
			}
		});
    }
	
	$('.customizer-review-link a').die("click").live("click",function() {
        dismiss_ask_for_reviews();
    });
    load_ask_for_reviews();
});

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com