Skip to content

Commit

Permalink
Markbook: fixed attainment percentage values now updating from raw at…
Browse files Browse the repository at this point in the history
…tainment values (#1910)

Co-authored-by: Ali Alam <[email protected]>
  • Loading branch information
ali-ichk and Ali Alam authored Mar 3, 2025
1 parent 8c9b888 commit 06a223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Markbook/markbook_edit_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
?>
$(document).ready(function(){
autosize($('textarea'));
});

// Map [Enter] key to work like the [Tab] key
// Daniel P. Clark 2014
Expand Down Expand Up @@ -110,8 +109,9 @@ function enterKey(){
// We need to capture the [Shift] key and check the [Enter] key either way.
if (e.shiftKey) { enterKey() } else { enterKey() }
});
});

<?php
<?php
echo '</script>';

if (isActionAccessible($guid, $connection2, '/modules/Markbook/markbook_edit_data.php') == false) {
Expand Down

0 comments on commit 06a223b

Please sign in to comment.