mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
97e897c0d4
@ -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) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user