mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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() {
|
$(document).ready(function() {
|
||||||
$("#icon_about").click(function() {
|
$("#icon_about").click(function() {
|
||||||
$("#icon_about").addClass("selected");
|
$("#icon_about").addClass("selected");
|
||||||
|
// Hidden tips modal.
|
||||||
|
$(".window").css("display", "none");
|
||||||
|
|
||||||
jQuery.post(
|
jQuery.post(
|
||||||
"ajax.php",
|
"ajax.php",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user