Skip to content
Snippets Groups Projects
editLanguage.js 60 B
$(document).ready(function() {
    $(".hint").tooltip();
});