/**
 * Created by jdalk on 02.10.2017.
 */

(function ( $ ) {
    $.fn.articlePrint = function () {
        $('#feUtilityPanel, #secNavHead, #headArea .navbar, #newsTickerArea, .socialBar, .image, .commentsArea, #adArea, .adBox, .adZone, .relatedArticles, .plistaWidget, #mainNavFoot, #flyContent, .linkSection, .plista_widget_slide').hide();
    window.print();
    }
})(jQuery);
