mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Disabled tooltips
This commit is contained in:
@ -14,6 +14,11 @@ ComunicWeb.common.system = {
|
||||
//Start init
|
||||
ComunicWeb.debug.logMessage("Start initialization...");
|
||||
|
||||
//Disable tooltips
|
||||
$(function () {
|
||||
$(document.body).tooltip("disable");
|
||||
});
|
||||
|
||||
/**
|
||||
* Prepare login
|
||||
*/
|
||||
|
Reference in New Issue
Block a user