mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
/*
|
|
* Application
|
|
*/
|
|
|
|
$(document).tooltip({
|
|
selector: "[data-toggle=tooltip]"
|
|
})
|