lostheaven92 2016-10-13 22:54:11 +01:00
commit 28b0538d4e
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,10 @@
$( document ).ready(function() {
// jQuery Code
$( '#authors-section').hide();
//$('.col-xs-6 col-sm-4 text-center:last-child').hide();
//$('div[class='col-xs-6 col-sm-4 text-center']:last-child').hide();
$(".col-xs-6:last-child").hide()
});
})();

View File

@ -1,3 +0,0 @@
3
4
5