mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#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…
x
Reference in New Issue
Block a user