~sircmpwn/writefreesoftware.org

Remove call to removed function v1 APPLIED

Solomon Victorino: 1
 Remove call to removed function

 1 files changed, 0 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/writefreesoftware.org/patches/50438/mbox | git am -3
Learn more about email & git

[PATCH] Remove call to removed function Export this patch

---
 assets/js/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assets/js/index.js b/assets/js/index.js
index 6309c75..d06421c 100644
--- a/assets/js/index.js
+++ b/assets/js/index.js
@@ -245,7 +245,6 @@ function lazyLoadMedia(elements = []) {
function loadActions() {
  updateDate();
  customizeSidebar();
  markExternalLinks();
  createDeepLinks();
  copyHeadingLink();
  makeTablesResponsive();

base-commit: 2456f54e6c307adaad51c6b73e1a0d56c9a2b354
-- 
2.34.1
Thanks!

To git@git.sr.ht:~sircmpwn/writefreesoftware.org
   2456f54..a62ba1b  master -> master