From 565782d87afdaefe4e9d5ec1d1bb061dd736e258 Mon Sep 17 00:00:00 2001 From: johndavemanuel Date: Mon, 17 Jun 2019 15:02:49 +0800 Subject: [PATCH] remove loading placeholder --- www/index.html | 2 +- www/js/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index 9257963..741343f 100644 --- a/www/index.html +++ b/www/index.html @@ -267,7 +267,7 @@ - + diff --git a/www/js/app.js b/www/js/app.js index 7ce3550..7ffb80b 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -71,7 +71,7 @@ Template7.registerPartial('movie', '
' + $$(document).on('page:init', function (e) { $$('.ph-item').remove(); - includeHTML(); + // includeHTML(); }); $$(document).on('page:reinit', function (e) {