Skip to content

Commit

Permalink
Rename the data-controller to mbin. So it matched mbin_controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Dec 9, 2024
1 parent 8c9750c commit 1f73182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'subs-show': app.user is defined and app.user is not same as null and SUBSCRIPTIONS_SHOW is not same as V_FALSE and SUBSCRIPTIONS_SEPARATE is same as V_TRUE,
'sidebars-same-side': app.user is defined and app.user is not same as null and SUBSCRIPTIONS_SEPARATE is same as V_TRUE and SUBSCRIPTIONS_SAME_SIDE is same as V_TRUE,
}) }}"
data-controller="kbin notifications"
data-controller="mbin notifications"
data-notifications-endpoint-value="{{ kbin_mercure_enabled() ? 'https://'~kbin_domain()~'/.well-known/mercure' : null }}"
data-notifications-user-value="{{ app.user ? app.user.id : null }}"
data-notifications-magazine-value="{{ magazine is defined and magazine ? magazine.id : null }}"
Expand Down

0 comments on commit 1f73182

Please sign in to comment.