Skip to content

Commit

Permalink
Merge pull request #99 from talview/release/v3.3.4
Browse files Browse the repository at this point in the history
Release/v3.3.4 to Matser
  • Loading branch information
devang1281 authored Aug 26, 2024
2 parents a182c95 + 90f8c36 commit 7f8179b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/tracker.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

var close = document.createElement('div');
close.setAttribute("style","width: 100%;");
close.setAttribute("style","position: absolute; left: 15px; top: 4px; font-size: 28px;font-weight: bold;cursor: pointer;");
close.setAttribute("style","position: absolute; right: 40px; top: 4px; font-size: 28px;font-weight: bold;cursor: pointer;");
close.innerHTML ='<span>&times;</span>';
close.addEventListener("click", ()=>{
modal.setAttribute("style","display: none");
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024070901;
$plugin->version = 2024081301;
$plugin->requires = 2020061500;
$plugin->release = '3.3.3 (Build: 2024070901)';
$plugin->release = '3.3.4 (Build: 2024081301)';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_proview';

Expand Down

0 comments on commit 7f8179b

Please sign in to comment.