4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
|
function postRefresh()
|
||
|
{
|
||
|
$('[data-toggle="tooltip"]').tooltip();
|
||
|
}
|