Remove uneeded initialization after ajax refresh.

This commit is contained in:
Senén Rodero Rodríguez
2017-07-19 17:58:51 +02:00
parent 119a6b3397
commit 3b1335062f

View File

@@ -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()