diff --git a/assets/js/common/system.js b/assets/js/common/system.js index caca48de..c88b465a 100644 --- a/assets/js/common/system.js +++ b/assets/js/common/system.js @@ -14,6 +14,11 @@ ComunicWeb.common.system = { //Start init ComunicWeb.debug.logMessage("Start initialization..."); + //Disable tooltips + $(function () { + $(document.body).tooltip("disable"); + }); + /** * Prepare login */ diff --git a/corePage/config/dev.config.php b/corePage/config/dev.config.php index 2fffc2ce..4177f518 100644 --- a/corePage/config/dev.config.php +++ b/corePage/config/dev.config.php @@ -41,7 +41,7 @@ $config['JSfiles'] = array( "%PATH_ASSETS%3rdparty/adminLTE/plugins/jquery-ui/jquery-ui.min.js", "%PATH_ASSETS%3rdparty/adminLTE/plugins/iCheck/icheck.min.js", "%PATH_ASSETS%3rdparty/adminLTE/plugins/slimScroll/jquery.slimscroll.min.js", - "%PATH_ASSETS%3rdparty/adminLTE/plugins/select2/select2.js", //remove .min to debug + "%PATH_ASSETS%3rdparty/adminLTE/plugins/select2/select2.min.js", "%PATH_ASSETS%3rdparty/adminLTE/dist/js/app.min.js", //Bootstrap notify