lazy load scripts

This commit is contained in:
Luke Pulverenti 2015-05-15 14:07:36 -04:00
parent 91f96dbe68
commit b9884940ef
7 changed files with 14 additions and 8 deletions

View file

@ -174,7 +174,7 @@
});
}
$(document).on('pagebeforeshow', "#tvRecommendedPage", function () {
$(document).on('pageshown', "#tvRecommendedPage", function () {
var page = this;