From 3b1335062faae1555ea235310c71775e7d84d207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Wed, 19 Jul 2017 17:58:51 +0200 Subject: [PATCH] Remove uneeded initialization after ajax refresh. --- app/assets/javascripts/followable.js.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/javascripts/followable.js.coffee b/app/assets/javascripts/followable.js.coffee index 762dfc041..20ff96f3f 100644 --- a/app/assets/javascripts/followable.js.coffee +++ b/app/assets/javascripts/followable.js.coffee @@ -2,5 +2,3 @@ App.Followable = update: (followable_id, button) -> $("#" + followable_id + " .js-follow").html(button) - # Temporary line. Waiting for issue resolution: https://github.com/consul/consul/issues/1736 - initialize_modules()