2021-02-22 20:27:58 +00:00
|
|
|
-
|
|
|
|
const context = JSON.stringify({
|
|
|
|
"inbox": "http://happy-dev.fr/owl/#inbox",
|
|
|
|
"object": "http://happy-dev.fr/owl/#object",
|
|
|
|
"author": "http://happy-dev.fr/owl/#author",
|
|
|
|
"account": "http://happy-dev.fr/owl/#account",
|
|
|
|
"jabberID": "foaf:jabberID"
|
|
|
|
})
|
2020-11-26 22:21:55 +00:00
|
|
|
//- Context - Fix for default context
|
2021-02-22 20:27:58 +00:00
|
|
|
script(data-default-context, type="application/ld+json")!=context
|