mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Enable popovers
This commit is contained in:
parent
181e75adb4
commit
e89b33f865
|
@ -803,8 +803,11 @@
|
||||||
@show
|
@show
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
|
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
|
$('[data-toggle="popover"]').popover();
|
||||||
$('.select2 span').addClass('needsclick');
|
$('.select2 span').addClass('needsclick');
|
||||||
|
|
||||||
// This javascript handles saving the state of the menu (expanded or not)
|
// This javascript handles saving the state of the menu (expanded or not)
|
||||||
|
|
Loading…
Reference in a new issue