mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-03 12:47:35 +01:00
Add help note for prompt manager
This commit is contained in:
parent
796e52e537
commit
fe43b58cb0
@ -401,7 +401,8 @@ PromptManagerModule.prototype.renderPromptManager = function () {
|
||||
rangeBlockDescDiv.textContent = 'Shows your prompts and the order in which they will be sent'
|
||||
|
||||
const notesLink = document.createElement('a');
|
||||
notesLink.href = '';
|
||||
notesLink.href = '/notes#openaipromptmanager';
|
||||
notesLink.setAttribute('target', '_blank');
|
||||
notesLink.classList.add('notes-link');
|
||||
|
||||
const noteLinkSpan = document.createElement('span');
|
||||
|
Loading…
x
Reference in New Issue
Block a user