Skip to content

Commit

Permalink
stop fixing container height
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Oct 7, 2024
1 parent 0b47bf7 commit b5f0915
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crouton.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: A tabbed based display for showing meeting information.
Author: bmlt-enabled
Author URI: https://bmlt.app
Version: 3.20.3
Version: 3.20.4
*/
/* Disallow direct access to the plugin file */
if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) {
Expand Down
1 change: 0 additions & 1 deletion croutonjs/meetingMap/js/osmDelegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function MapDelegate(config) {
}
if (pixel_height > pixel_width*1.4) {
inDiv.style.height = (pixel_width*1.6)+'px';
inDiv.parentNode.style.height = inDiv.style.height;
}
gMainMap = new L.Map ( inDiv, myOptions );
gTileLayer = L.tileLayer(config.tileUrl,config.tileOptions).addTo(gMainMap);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: na, meeting list, meeting finder, maps, recovery, addiction, webservant, b
Requires at least: 4.0
Required PHP: 8.0
Tested up to: 6.6.2
Stable tag: 3.20.3
Stable tag: 3.20.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
crouton implements a Tabbed UI for BMLT.
Expand Down Expand Up @@ -36,6 +36,9 @@ https://demo.bmlt.app/crouton

== Changelog ==

= 3.20.4 =
* Bug fix for fixing container height when using OSM

= 3.20.3 =
* Bug fix for meeting_count shortcode

Expand Down

0 comments on commit b5f0915

Please sign in to comment.