From f87f5b3dd525dbe0b064af283102d8a0753ae48e Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Sun, 16 May 2021 10:22:43 +0100 Subject: [PATCH] Main page backlink This is probably not the right syntax, so bear with me @jamesaoverton while I figure these things out. Basically I would like a way to go back to the main page after finishing an edit of purl or metadata file. We probably need to edit this in two different places :D --- editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.js b/editor.js index a203ba4..8486ce9 100644 --- a/editor.js +++ b/editor.js @@ -646,6 +646,7 @@ var add_config = function(filename, editor_type, issueNumber, addIssueLink) { nextStepTxt = 'You\'re all done! The PR for the registry config was also successfully submitted.'; } + nextStepTxt = nextStepTxt + ' Go back to main page.' showAlertFor('New configuration submitted successfully. It will be ' + 'reviewed by a moderator before being added to the repository. Click ' + 'here to view your ' +