Remove obsolete description of prompt manager
This commit is contained in:
parent
e47f436cf7
commit
441e5c6cea
|
@ -409,10 +409,6 @@ PromptManagerModule.prototype.renderPromptManager = function () {
|
||||||
rangeBlockTitleDiv.classList.add('range-block-title');
|
rangeBlockTitleDiv.classList.add('range-block-title');
|
||||||
rangeBlockTitleDiv.textContent = 'Prompts ';
|
rangeBlockTitleDiv.textContent = 'Prompts ';
|
||||||
|
|
||||||
const rangeBlockDescDiv = document.createElement('div');
|
|
||||||
rangeBlockDescDiv.classList.add('range-block-counter', 'justifyCenter')
|
|
||||||
rangeBlockDescDiv.textContent = 'Shows your prompts and the order in which they will be sent'
|
|
||||||
|
|
||||||
const notesLink = document.createElement('a');
|
const notesLink = document.createElement('a');
|
||||||
notesLink.href = '/notes#openaipromptmanager';
|
notesLink.href = '/notes#openaipromptmanager';
|
||||||
notesLink.setAttribute('target', '_blank');
|
notesLink.setAttribute('target', '_blank');
|
||||||
|
@ -425,7 +421,6 @@ PromptManagerModule.prototype.renderPromptManager = function () {
|
||||||
notesLink.appendChild(noteLinkSpan);
|
notesLink.appendChild(noteLinkSpan);
|
||||||
rangeBlockTitleDiv.appendChild(notesLink);
|
rangeBlockTitleDiv.appendChild(notesLink);
|
||||||
promptManagerDiv.appendChild(rangeBlockTitleDiv);
|
promptManagerDiv.appendChild(rangeBlockTitleDiv);
|
||||||
promptManagerDiv.appendChild(rangeBlockDescDiv);
|
|
||||||
|
|
||||||
const rangeBlockDiv = document.createElement('div');
|
const rangeBlockDiv = document.createElement('div');
|
||||||
rangeBlockDiv.classList.add('range-block');
|
rangeBlockDiv.classList.add('range-block');
|
||||||
|
|
Loading…
Reference in New Issue