Telegram_2023-03-23T03

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2023 > 03 > 23 >

Telegram_2023-03-23T03

Telegram link

 

2023-03-23T03:49:11

 

Hi Alexandre, sorry for the late of the response but I was in the final rush to finish the project. The code I am using to \inject\ in the page the callback is:

 

{$if Defined(DEBUG)}

 

+ ',ajax: \/$ type: bot_command /callback ?callback=' + ACallbackName + '\' + '});';

 

{$else}

 

+ ',ajax: \ type: bot_command /Agenti .dll/$ type: bot_command /callback ?callback=' + ACallbackName + '\' + '});';

 

{$EndIf}

 

If I remove the dll name the callback procedure is not found (404)... What I am doing wrong?