Disabled tooltips

This commit is contained in:
Pierre
2017-06-05 16:29:28 +02:00
parent da64011e58
commit d160e9a43d
2 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@ ComunicWeb.common.system = {
//Start init
ComunicWeb.debug.logMessage("Start initialization...");
//Disable tooltips
$(function () {
$(document.body).tooltip("disable");
});
/**
* Prepare login
*/