mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-25 12:17:51 +02:00
adds tooltips
This commit is contained in:
@ -8,6 +8,10 @@ function showLess(){
|
||||
document.getElementById('less').style.display = 'none';
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
$( ".reload" ).click(function() {
|
||||
|
Reference in New Issue
Block a user