Hanafi_siregar@codesaya:/code$ git diff diff --git a/jquery.js b/jquery.js index b2d014f..622bfb6 100644 --- a/jquery.js +++ b/jquery.js @@ -112,1 +112,1 @@ - if (isPublished || isActive) + if (isPublished && isActive) diff --git a/bootstrap.css b/bootstrap.css index b2d014f..622bfb6 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -83,1 +83,2 @@ - .thumbnail { + img .thumbnail { + background: #694242;
0 jempol
bramanto
300
1157
·
8 tahun yang lalu
·
0 jempol
Halo coder @Hanafi_siregar, Untuk file diffnya ada di jquery.js dan bootstrap.css. Gunakan git diff nama_file untuk melihat perubahannya.