From 51a917dead2c0a21986509b52aae1b0dd2ac7fa3 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 30 Nov 2014 16:18:23 -0200 Subject: [PATCH] fix #205 --- js/twister_following.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/twister_following.js b/js/twister_following.js index aca4fdf..fdf2774 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -794,6 +794,7 @@ var InterfaceFunctions = function() this.init = function() { initUser(initFollowing_); + initHashWatching(); }; function initFollowing_(cbFunc, cbArg) {