#11354 The tips modal is hidden when the about modal is opened.
This commit is contained in:
parent
f162476ee0
commit
3ff8b115f7
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue