Merge branch 'ent-11354-tips-al-entrar-a-about-sin-cerrarlos-se-rompen' into 'develop'
Ent 11354 tips al entrar a about sin cerrarlos se rompen See merge request artica/pandorafms!5993
This commit is contained in:
commit
29fdf98e13
|
@ -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…
Reference in New Issue