mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Display like button
This commit is contained in:
@ -158,6 +158,9 @@ $config['JSfiles'] = array(
|
||||
"%PATH_ASSETS%js/components/emoji/parser.js",
|
||||
"%PATH_ASSETS%js/components/emoji/list.js",
|
||||
|
||||
//Like button
|
||||
"%PATH_ASSETS%js/components/like/button.js",
|
||||
|
||||
//Modern textarea handler
|
||||
"%PATH_ASSETS%js/components/textarea.js",
|
||||
|
||||
@ -177,6 +180,7 @@ $config['JSfiles'] = array(
|
||||
"%PATH_ASSETS%js/pages/userPage/accessForbidden.js",
|
||||
"%PATH_ASSETS%js/pages/userPage/friendshipStatus.js",
|
||||
"%PATH_ASSETS%js/pages/userPage/profileInfos.js",
|
||||
"%PATH_ASSETS%js/pages/userPage/posts.js",
|
||||
|
||||
//Login page
|
||||
"%PATH_ASSETS%js/pages/login.js",
|
||||
|
Reference in New Issue
Block a user