From 55c0c0ea6f25f5a73a92d13eb6f4d3dec6500945 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Mon, 26 Aug 2019 13:43:40 +0200 Subject: [PATCH] fix #994 tab slider not always working on checkout (#995) --- BTCPayServer/wwwroot/checkout/js/core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/wwwroot/checkout/js/core.js b/BTCPayServer/wwwroot/checkout/js/core.js index 87511abf9..f49b529e6 100644 --- a/BTCPayServer/wwwroot/checkout/js/core.js +++ b/BTCPayServer/wwwroot/checkout/js/core.js @@ -432,6 +432,7 @@ $(document).ready(function () { } } ); + resetTabsSlider(); });