From 94e1e86628e2f47faab5186dccb7e1314b0dd11b Mon Sep 17 00:00:00 2001 From: Carson Shold Date: Wed, 4 Nov 2015 16:53:50 -0500 Subject: [PATCH 1/2] Update article comment form ids --- assets/timber.js.liquid | 5 ----- layout/theme.liquid | 5 ----- templates/article.liquid | 27 ++++++--------------------- 3 files changed, 6 insertions(+), 31 deletions(-) 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 %}