Rename method name to fix typo

pull/7487/head
Wieland Lindenthal 5 years ago
parent 9f3157e086
commit 24c9ac498a
  1. 2
      frontend/src/app/modules/bcf/bcf-wp-single-view/bcf-wp-single-view.component.html
  2. 2
      frontend/src/app/modules/bcf/bcf-wp-single-view/bcf-wp-single-view.component.ts

@ -3,6 +3,6 @@
<ngx-gallery [options]="galleryOptions"
[images]="galleryImages"
(previewOpen)="galleryPreviewOpen()"
(previewClose)="gallleryPreviewClose()">
(previewClose)="galleryPreviewClose()">
</ngx-gallery>
</div>

@ -102,7 +102,7 @@ export class BcfWpSingleViewComponent implements OnInit, OnDestroy {
jQuery('#top-menu')[0].style.zIndex = '10';
}
public gallleryPreviewClose():void {
public galleryPreviewClose():void {
console.log("preview close");
jQuery('#top-menu')[0].style.zIndex = '';
}

Loading…
Cancel
Save