File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.2.26.1
152
+ // @version 2025.2.26.2
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
3992
3992
const continueChatDiv = dom . create . elem ( 'div' )
3993
3993
const chatTextarea = dom . create . elem ( 'textarea' , {
3994
3994
id : `${ app . slug } -chatbar` , rows : 1 ,
3995
- placeholder : answer == 'standby' ? app . msgs . placeholder_askSomethingElse
3996
- : ` ${ app . msgs . tooltip_sendReply } ...`
3995
+ placeholder : ` ${ app . msgs [ answer == 'standby' ? ' placeholder_askSomethingElse'
3996
+ : ' tooltip_sendReply' ] } ...`
3997
3997
} )
3998
3998
continueChatDiv . append ( chatTextarea )
3999
3999
replyForm . append ( continueChatDiv ) ; replySection . append ( replyForm )
You can’t perform that action at this time.
0 commit comments