diff --git a/assets/timber.js.liquid b/assets/timber.js.liquid index 4322de2f2..4af3e3211 100755 --- a/assets/timber.js.liquid +++ b/assets/timber.js.liquid @@ -198,11 +198,6 @@ timber.getHash = function () { return window.location.hash; }; -timber.updateHash = function (hash) { - window.location.hash = '#' + hash; - $('#' + hash).attr('tabindex', -1).focus(); -}; - timber.productPage = function (options) { var moneyFormat = options.money_format, variant = options.variant, diff --git a/layout/theme.liquid b/layout/theme.liquid index 0a1fb3bed..3a979b441 100755 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -382,11 +382,6 @@ Template-specific js {% endcomment %}