Skip to content

Commit

Permalink
Fix tooltip/jquery on ngeo standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Oct 29, 2024
1 parent 5c9bf1a commit a4eaab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcapi/elements/ToolButtonElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {css, html, TemplateResult} from 'lit';
import {state, property, customElement} from 'lit/decorators.js';
import {Subscription} from 'rxjs';
import panels from 'gmfapi/store/panels';
import $ from 'jquery';
import 'jquery';
import 'bootstrap/js/src/tooltip';

/**
Expand Down

0 comments on commit a4eaab9

Please sign in to comment.