diff --git a/js/interface_common.js b/js/interface_common.js index 002b02f..df5a0b5 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -1853,6 +1853,7 @@ $(document).ready(function() var page = path.split("/").pop(); if (page.indexOf("following.html") === 0) { initInterfaceFollowing(); + initHashWatching(); } else if (page.indexOf("login.html") === 0) { initInterfaceLogin(); } else if (page.indexOf("network.html") === 0) { diff --git a/js/twister_following.js b/js/twister_following.js index d3387ee..a9747c0 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -835,12 +835,9 @@ function initInterfaceFollowing() { } -var InterfaceFunctions = function() -{ - this.init = function() - { +var InterfaceFunctions = function () { + this.init = function () { initUser(initFollowing_); - initHashWatching(); }; function initFollowing_(cbFunc, cbArg) {