mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-02-16 19:02:40 +00:00
Fix Safari bug
This commit is contained in:
parent
58c73b3108
commit
fe4e659b08
@ -13,6 +13,10 @@ ComunicWeb.components.posts.ui = {
|
|||||||
* @param {HTMLElement} target The target for the post
|
* @param {HTMLElement} target The target for the post
|
||||||
*/
|
*/
|
||||||
display_post: async function(info, target) {
|
display_post: async function(info, target) {
|
||||||
|
|
||||||
|
// Safari strange bug
|
||||||
|
if(target === undefined)
|
||||||
|
target = arguments[1]
|
||||||
|
|
||||||
//Check if it is required to create a post root element or not
|
//Check if it is required to create a post root element or not
|
||||||
if(target.className.includes("post"))
|
if(target.className.includes("post"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user