#11354 The tips modal is hidden when the about modal is opened.

This commit is contained in:
Jorge Rincon 2023-05-30 13:46:43 +02:00
parent f162476ee0
commit 3ff8b115f7
1 changed files with 2 additions and 0 deletions

View File

@ -2298,6 +2298,8 @@ var formatterDataVerticalBar = function(value, ctx) {
$(document).ready(function() {
$("#icon_about").click(function() {
$("#icon_about").addClass("selected");
// Hidden tips modal.
$(".window").css("display", "none");
jQuery.post(
"ajax.php",