diff --git a/assets/controllers/loading_controller.js b/assets/controllers/loading_controller.js index 893d075..d7d1776 100644 --- a/assets/controllers/loading_controller.js +++ b/assets/controllers/loading_controller.js @@ -105,8 +105,4 @@ export default class extends Controller { this.isVisible = false this.indicatorTarget.classList.add(this.hiddenClass) } - - toggle() { - this.indicatorTarget.classList.remove(this.hiddenClass) - } } diff --git a/templates/account/index.html.twig b/templates/account/index.html.twig index c34ed32..b3359ed 100644 --- a/templates/account/index.html.twig +++ b/templates/account/index.html.twig @@ -10,13 +10,13 @@