Skip to content

Commit b0ee173

Browse files
authored
Merge pull request #9522 from camptocamp/fix-tooltip-on-standalone
Fix tooltip/jquery on ngeo standalone
2 parents 5c9bf1a + a4eaab9 commit b0ee173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srcapi/elements/ToolButtonElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {css, html, TemplateResult} from 'lit';
2424
import {state, property, customElement} from 'lit/decorators.js';
2525
import {Subscription} from 'rxjs';
2626
import panels from 'gmfapi/store/panels';
27-
import $ from 'jquery';
27+
import 'jquery';
2828
import 'bootstrap/js/src/tooltip';
2929

3030
/**

0 commit comments

Comments
 (0)