
function regPrintedColoringBook(niceurl){
    $.ajax({
        url: 'http://kolorowanki-dzieci.pl/ajax/registerPrinted/register/' + niceurl,
    });
    
}

$( document ).ready( function(){


   $("#btnReportBadLink").click(function () {
      $(this).attr('href','/zglos-niedzialajacy-obiekt');
    });

   $("#btnReportAbuse").click(function () {
      $("#report-abuse").slideToggle("fast");
    });




});