Merge branch '963-Ventana-Welcome-to-Pandora-FMS-siempre-aparece' into 'develop'

Change jquery ajax call method in welcome window dont show get to post - #963

See merge request !551
This commit is contained in:
vgilc 2017-07-13 11:30:47 +02:00
commit 97e897c0d4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ $(document).ready (function () {
// Update config['skip_login_help_dialog'] to don't display more this message
if (skip_login_help) {
jQuery.get ("ajax.php",
jQuery.post ("ajax.php",
{"page": "general/login_help_dialog",
"skip_login_help": 1},
function (data) {}