Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenink committed Nov 17, 2019
1 parent 0adfa49 commit 60fbd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border: 1px solid lightgrey;
}

.block_ejsapp_file_browser .btn-secondary:hover
.block_ejsapp_file_browser .btn-secondary:hover,
.block_ejsapp_file_browser .show_button:hover,
.block_ejsapp_file_browser .hide_button:hover,
.block_ejsapp_file_browser .recording_button:hover,
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2019111702;
$plugin->version = 2019111703;
$plugin->requires = 2013111800;
$plugin->cron = 0;
$plugin->component = 'block_ejsapp_file_browser'; // To check on upgrade, that module sits in correct place.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.4 (Build: 2019111702)';
$plugin->release = '1.4 (Build: 2019111703)';
$plugin->dependencies = array('mod_ejsapp' => 2017021301);

0 comments on commit 60fbd4f

Please sign in to comment.