Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websites
monnaie-libre-fr
Commits
01c51584
Commit
01c51584
authored
11 months ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
reset events_forum_nope to events_forum
parent
d40db0a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/api-forum.js
+1
-1
1 addition, 1 deletion
libs/api-forum.js
with
1 addition
and
1 deletion
libs/api-forum.js
+
1
−
1
View file @
01c51584
...
...
@@ -28,7 +28,7 @@ export async function fetchCategories() {
*/
export
async
function
fetchNextEvents
(
params
)
{
// Caches to avoid fetching each time it's mounted
if
(
sessionStorage
.
getItem
(
'
events_forum
_nope
'
))
{
if
(
sessionStorage
.
getItem
(
'
events_forum
'
))
{
return
JSON
.
parse
(
sessionStorage
.
getItem
(
'
events_forum
'
))
}
else
{
const
events
=
await
fetch
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment