Skip to content

Commit

Permalink
Merge pull request #3756 from camptocamp/fix_close-btn_import-panel
Browse files Browse the repository at this point in the history
Fix close button on import kml panel
  • Loading branch information
llienher committed Apr 12, 2018
2 parents 1a1ce25 + 366ab8a commit 670f380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{'Import Layer'|translate}}
<a class="btn close" ng-click="mainCtrl.importDataSource = false">&times;</a>
<a class="btn close" ng-click="mainCtrl.importDataSourceActive = false">&times;</a>
</div>
<gmf-importdatasource
map="mainCtrl.map">
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{'Import Layer'|translate}}
<a class="btn close" ng-click="mainCtrl.importDataSource = false">&times;</a>
<a class="btn close" ng-click="mainCtrl.importDataSourceActive = false">&times;</a>
</div>
<gmf-importdatasource
map="mainCtrl.map">
Expand Down

0 comments on commit 670f380

Please sign in to comment.