Skip to content

Commit

Permalink
Fix for height in IE, closes #882
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Feb 24, 2014
1 parent 02a8987 commit 7292afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/panels/bettermap/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ function (angular, app, _, L, localRequire) {
var map, layerGroup;

function render_panel() {
elem.css({height:scope.panel.height||scope.row.height});

scope.require(['./leaflet/plugins'], function () {
scope.panelMeta.loading = false;
L.Icon.Default.imagePath = 'app/panels/bettermap/leaflet/images';
Expand Down

0 comments on commit 7292afb

Please sign in to comment.