Skip to content

Commit

Permalink
Management of the video for gender equality by the commissioners, the…
Browse files Browse the repository at this point in the history
… use of the video takes place through the PeerTube API
  • Loading branch information
mspasiano committed Nov 22, 2023
1 parent 6549c8a commit 490b094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ define(['jquery', 'cnr/cnr', 'i18n', 'cnr/cnr.actionbutton', 'json!common', 'han
el['jconon_commissione:username'] !== null,
customButtons = $.extend({}, {
abilita_commissario : abilitato || !elegibile ? false : function() {
if (cache.commissionVideoGender && !common.User.whatch_video_gender) {
if (cache.commissionVideoGender) {
URL.Data.proxy.people({
type: 'GET',
contentType: 'application/json',
Expand Down

0 comments on commit 490b094

Please sign in to comment.