addJS function not working for admin in prestashop

后端 未结 5 1800
星月不相逢
星月不相逢 2021-01-14 05:52

I am trying to add javascript file in prestashop admin using backOfficeHeader hook using a module but nothing happened. My code is given below.

         


        
5条回答
  •  独厮守ぢ
    2021-01-14 06:33

    I also met this problem, there is no error and warning, all grammar is right. But cannot find my js File. I found the reason finally. In my case there is nothing in JS file and system passes this file which has no content always.

提交回复
热议问题