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

This commit is contained in:
enriquecd 2017-06-02 12:51:22 +02:00
parent a4ecc9374d
commit 85b98a10fa
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) {}