PHP interface improvements
This commit is contained in:
5
sources/public/js/custom.js
Normal file
5
sources/public/js/custom.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('.btn-group').button();
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
|
Reference in New Issue
Block a user