File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.9.16.3
151+ // @version 2025.9.16.4
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
28182818
28192819 // Create/classify/fill feedback FOOTER
28202820 app . footer = dom . create . elem ( 'footer' , { class : 'fade-in anchored-hidden' } )
2821- app . footerContent = dom . create . anchor ( '#' , app . msgs . link_shareFeedback , { target : '_self' } )
2821+ app . footer . append ( app . footerContent = dom . create . anchor (
2822+ '#' , browserAPI . getMsg ( 'link_shareFeedback' ) , { target : '_self' } ) )
28222823 app . footerContent . onclick = ( ) => modals . open ( 'feedback' )
2823- app . footer . append ( app . footerContent )
28242824
28252825 // Check for active TEXT CAMPAIGNS to replace footer CTA
28262826 update . footerContent ( )
You can’t perform that action at this time.
0 commit comments