Skip to content

Commit

Permalink
Merge pull request #185 from wantero/master
Browse files Browse the repository at this point in the history
Removido TAGGBOX e Teste Unitário no Push.
  • Loading branch information
raffacabofrio authored Feb 2, 2019
2 parents 9b0ff11 + be1e1b4 commit 4e2a0f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"precommit": "npm run lint",
"prepush": "npm run lint && npm run test-single && npm run build-prod"
"prepush": "npm run lint && npm run build-prod"
},
"private": true,
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ <h1 class="text-center display-4">Livros em destaque</h1>
</div>
-->

<!--
<h1 class="text-center display-4">Novidades da Fanpage</h1>
<div class="taggbox-container" style="width:90%;height:100%;overflow: auto;">
<div class="taggbox-socialwall" data-wall-id="sharebook-linkedin"> Carregando posts... </div>
</div>
-->


<!--carousel
Expand Down
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
ga('create', 'UA-124464729-1', 'auto');
</script>

<!--
<script defer src="https://taggbox.com/app/js/embed.min.js" type="text/javascript"></script>
-->

<title>ShareBook - Doe ou ganhe livros.</title>
<base href="/">
Expand Down

0 comments on commit 4e2a0f5

Please sign in to comment.