From ae871c161331687dde51ce94377773c2b76d1aee Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 25 Aug 2013 01:33:22 -0500 Subject: [PATCH] should be on pagecreate --- js/framework/framework-template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/framework/framework-template.js b/js/framework/framework-template.js index 931b8ff8e7..52dd7a01c7 100644 --- a/js/framework/framework-template.js +++ b/js/framework/framework-template.js @@ -54,6 +54,6 @@ } - framework.on("pageview", initTemplates); + framework.on("pagecreate", initTemplates); })(this, document, FM = this.FM || {});