This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var store_seen_posts_ids = function () { | |
var alreadyseenpostsids = localStorage.getItem("alreadyseenpostsids") | |
for (el of document.querySelectorAll(".status")) { | |
alreadyseenpostsids += "," + el.dataset.id.toString() | |
} | |
localStorage.setItem("alreadyseenpostsids", alreadyseenpostsids) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "coups-de-main-aux-assos.json", | |
"mode": "server", | |
"skin": { | |
"logo": false, | |
"title": "Coups de main aux assos", | |
"shortDescription": false, | |
"displayScope": false, | |
"docs": true, | |
"displayCommunexion": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "carillon-strasbourg.json", | |
"mode": "server", | |
"skin": { | |
"logo": false, | |
"title": "Réseau Carillon à Strasbourg", | |
"shortDescription": false, | |
"displayScope": false, | |
"docs": true, | |
"displayCommunexion": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "Carte ZéroDéchet", | |
"mode" : "server", | |
"skin" : {"logo" : "https://stockagehelloassoprod.blob.core.windows.net/images/logos/zerowastestrasbourg-47e8563f79974c7cb81f6e7edcfc1272.jpg", | |
"title" : "Carte Zéro Déchet Strasbourg", | |
"shortDescription" : "Carte du Groupe Local Zero Dechet Strasbourg (v2017/06/28-10h36)", | |
"displayScope" : false, | |
"docs":true, | |
"displayCommunexion" : true, | |
"displayNotifications" : false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "services-aux-personnes-dans-la-grande-precarite.json", | |
"mode": "server", | |
"skin": { | |
"logo": false, | |
"title": "Services aux personnes sans-abris", | |
"shortDescription": false, | |
"displayScope": false, | |
"docs": true, | |
"displayCommunexion": true, |