Skip to content

Commit

Permalink
Remove duplicate and run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelGabriel authored and fxprunayre committed Mar 31, 2023
1 parent b29af73 commit d7a4b80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ <h2>{{('ui-mod-' + m) | translate}}</h2>
<!-- boolean -->
<div
class="row"
data-ng-switch-when="is3DModeAllowed|isVegaEnabled|isSaveMapInCatalogAllowed|isAccessible|isExportMapAsImageEnabled|useOSM|isUserRecordsOnly|isFilterTagsDisplayed|isFilterTagsDisplayedInSearch|showMapInFacet|autoFitOnLayer|isAccessible|showSocialBarInFooter|isSocialbarEnabled|isLogoInHeader|isHeaderFixed|isMenubarAccessible|fluidLayout|fluidHeaderLayout|fluidEditorLayout|showGNName|humanizeDates|sortKeywordsAlphabetically|showMosaic|showMaps|showApplicationInfoAndLinksInFooter|showBatchDropdown|moreLikeThisSameType|allowRemoteRecordLink"
data-ng-switch-when="is3DModeAllowed|isVegaEnabled|isSaveMapInCatalogAllowed|isAccessible|isExportMapAsImageEnabled|useOSM|isUserRecordsOnly|isFilterTagsDisplayed|isFilterTagsDisplayedInSearch|showMapInFacet|autoFitOnLayer|showSocialBarInFooter|isSocialbarEnabled|isLogoInHeader|isHeaderFixed|isMenubarAccessible|fluidLayout|fluidHeaderLayout|fluidEditorLayout|showGNName|humanizeDates|sortKeywordsAlphabetically|showMosaic|showMaps|showApplicationInfoAndLinksInFooter|showBatchDropdown|moreLikeThisSameType|allowRemoteRecordLink"
data-ng-switch-when-separator="|"
>
<div class="col-lg-5 gn-nopadding-left">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<div class="wrapper" data-ng-controller="gnViewerController as ctrl">
<div id="map" ol-map="map" class="map" gn-vector-feature-tool-tip="map" onclick="focus(this)"></div>
<div
id="map"
ol-map="map"
class="map"
gn-vector-feature-tool-tip="map"
onclick="focus(this)"
></div>
<div gn-gfi="" map="map"></div>
<gn-features-tables
gn-features-tables-map="map"
Expand Down

0 comments on commit d7a4b80

Please sign in to comment.