From 910038b505d755c947f59da6eb63d560a5a7fe53 Mon Sep 17 00:00:00 2001 From: Nic Wolfe <nic@wolfeden.ca> Date: Tue, 12 Jun 2012 00:01:58 -0600 Subject: [PATCH] Uncommented the ajax updater on the home page --- data/js/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/js/home.js b/data/js/home.js index 4c0004e12..8f24cc4f2 100644 --- a/data/js/home.js +++ b/data/js/home.js @@ -150,5 +150,5 @@ $(document).ready(function(){ }); // start watching the show list crcs - //check_crc(); + check_crc(); }); -- GitLab