Merge branch 'ent-12597-popup-en-la-open' into 'develop'
Ent 12597 popup en la open See merge request artica/pandorafms!6784
This commit is contained in:
commit
de6747f53d
|
@ -927,8 +927,6 @@ echo sprintf('<div id="header_table" class="header_table_%s">', $menuTypeClass);
|
||||||
|
|
||||||
<?php if (enterprise_installed() === false) { ?>
|
<?php if (enterprise_installed() === false) { ?>
|
||||||
$('.header_left').on('click', function(){
|
$('.header_left').on('click', function(){
|
||||||
// Hidden tips modal.
|
|
||||||
$(".window").css("display", "none");
|
|
||||||
jQuery.post(
|
jQuery.post(
|
||||||
"ajax.php",
|
"ajax.php",
|
||||||
{
|
{
|
||||||
|
|
|
@ -1669,12 +1669,14 @@ require 'include/php_to_js_values.php';
|
||||||
autoclose_info_box(item.id, $autocloseTime)
|
autoclose_info_box(item.id, $autocloseTime)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
|
||||||
|
|
||||||
// Cog animations.
|
// Cog animations.
|
||||||
$(document).ready(function() {
|
|
||||||
$(".submitButton").click(function(){
|
$(".submitButton").click(function(){
|
||||||
$("#"+this.id+" > .subIcon.cog").addClass("rotation");
|
$("#"+this.id+" > .subIcon.cog").addClass("rotation");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
<?php if ($_GET['logged'] === '1' && enterprise_installed() === false) { ?>
|
||||||
|
$('#header_table_inner').find('.header_left').trigger('click');
|
||||||
|
<?php } ?>
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue