Skip to content

Commit

Permalink
remove loading placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
johndavemanuel committed Jun 17, 2019
1 parent c9d4646 commit 565782d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</div>
</div>
</script>
<script src="cordova.js"></script>
<!-- <script src="cordova.js"></script> -->
<script src="js/framework7.js" type="text/javascript"></script>
<script src="js/routes.js" type="text/javascript"></script>
<script src="js/bundle-scrollup.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Template7.registerPartial('movie', '<div class="item-media">' +

$$(document).on('page:init', function (e) {
$$('.ph-item').remove();
includeHTML();
// includeHTML();
});

$$(document).on('page:reinit', function (e) {
Expand Down

0 comments on commit 565782d

Please sign in to comment.