From 342536d56c18538051640c70b96f08c85b404876 Mon Sep 17 00:00:00 2001 From: Victor Liu Date: Sun, 12 Jan 2025 21:37:26 +0000 Subject: [PATCH] Remove back button on first Shepherd step --- js/help.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/help.js b/js/help.js index 285e161..2a0c608 100644 --- a/js/help.js +++ b/js/help.js @@ -23,11 +23,6 @@ shepherd.addStep({ ], attachTo: '#input bottom', buttons: [ - { - text: 'Back', - classes: 'shepherd-button-secondary', - action: shepherd.back, - }, { text: 'Next', classes: 'shepbtn',