diff --git a/js/config.js b/js/config.js index 3fcc95957a..6630dd6c7c 100644 --- a/js/config.js +++ b/js/config.js @@ -852,7 +852,7 @@ function offerPrefsAutoimport() $.post('index.php', { token: $cnt.find('input[name=token]').val(), prefs_autoload: 'hide' - }); + }, null, 'html'); return; } $cnt.find('input[name=json]').val(window.localStorage.config);