.
master
NoNameGuy 2016-10-13 22:57:17 +01:00
parent 28b0538d4e
commit ce7616bb9a
1 changed files with 2 additions and 4 deletions

View File

@ -9,10 +9,8 @@
"use strict";
$( document ).ready(function() {
// jQuery Code
//$('.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()
$(".col-xs-6:last-child").hide() //ESCONDE O ULTIMO AUTOR
});