Skip to content

Commit

Permalink
Revert "Show 'Assign reader sections' by default for open projects"
Browse files Browse the repository at this point in the history
This reverts commit b7e21c3.
  • Loading branch information
redrun45 authored and notartom committed Jun 29, 2024
1 parent 392db3d commit 0a7f42b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions public_html/js/private/section_compiler/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,6 @@ $(document).ready(function() {
$('.add_btn').show(300);
});

// Show the 'Assign reader sections' button by default, if the project status is 'open'
var project_status = $('#status').val();
if (project_status == 'open')
{
$('#assign_reader_toggle').hide();
$('#assign_reader_div').show();
}


});

Expand Down

0 comments on commit 0a7f42b

Please sign in to comment.