From ff37b77be91d2b7237020af87ee01acdebf1fabc Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 19 Jun 2022 11:13:04 +1000 Subject: [PATCH] clean up search guided tour code --- bookwyrm/templates/guided_tour/search.html | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/bookwyrm/templates/guided_tour/search.html b/bookwyrm/templates/guided_tour/search.html index 868d9b819..e92bd6606 100644 --- a/bookwyrm/templates/guided_tour/search.html +++ b/bookwyrm/templates/guided_tour/search.html @@ -149,43 +149,3 @@ tour.start() - - - - // { - // text: "{% trans 'Groups can have group-curated lists. We haven\'t discussed lists yet, so now let\s fix that.' %}\ - //

\ - // {% trans 'Click on the button to create a list.' %}", - // title: "{% trans 'Group lists' %}", - // attachTo: { - // element: "#create_group_list_button", - // on: "right", - // }, - // buttons: [ - // { - // action() { - // return this.back(); - // }, - // secondary: true, - // text: "{% trans 'Back' %}", - // }, - // { - // action() { - // return this.next(); - // }, - // text: "{% trans 'Next' %}", - // }, - // ], - // }, - // { - // text: "{% trans 'todo' %}", - // title: "{% trans 'TODO' %}", - // buttons: [ - // { - // action() { - // return this.complete(); - // }, - // text: "{% trans 'Ok' %}", - // }, - // ], - // },