From 95630d654626b301f51f8a654cc134bcbaf56e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Mon, 10 Jul 2017 12:46:31 +0200 Subject: [PATCH] Add comment to temporary bugfix. --- app/assets/javascripts/followable.js.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/followable.js.coffee b/app/assets/javascripts/followable.js.coffee index 4c17c7ce0..69ea61bac 100644 --- a/app/assets/javascripts/followable.js.coffee +++ b/app/assets/javascripts/followable.js.coffee @@ -6,4 +6,5 @@ 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()