Home
last modified time | relevance | path

Searched refs:pagecontext (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/script/
DAIChatChat.js7 #pagecontext = null; field in AIChatChat
43 this.#pagecontext = this.#root.querySelector('.pagecontext');
54 this.#pagecontext.addEventListener('click', (event) => {
55 this.#pagecontext.classList.toggle('off');
250 return this.#pagecontext.classList.contains('off') ? '' : JSINFO.id;
/plugin/aichat/
Daction.php44 $pagecontext = $INPUT->post->str('pagecontext');
58 $result = $helper->askChatQuestion($question, $history, $pagecontext);