Skip to content

Commit

Permalink
Remove the Cards.js usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sirgalleto committed Sep 23, 2017
1 parent 0103d8a commit b599146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var populateFilters = function(e) {
}

var renderCards = function(cardsFromService) {
Cards = Cards.concat(cardsFromService);
Cards = cardsFromService;

var template = $("#card_template").html();
var monetaryType = "Monetaria";
Expand Down
3 changes: 2 additions & 1 deletion cards.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta property="og:url" content="http://comoayudar.mx/" />
<meta property="og:image" content="facebook.jpg" />
<meta property="og:description" content="Ayuda a los afectados del sismo. Información de cómo ayudar." />

<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">

Expand Down Expand Up @@ -241,7 +241,6 @@ <h2 data-lang="modal2_title">Publicar Forma de Ayuda</h2>
</div>
</section>

<script src="cards.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<script src="languages.js" type="text/javascript"></script>
<script src="modals.js" type="text/javascript"></script>
Expand Down

0 comments on commit b599146

Please sign in to comment.