1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12372] Use admin.js $(document).ready for hiding questionnaire details

PHPBB3-12372
This commit is contained in:
Marc Alexander
2014-04-11 11:27:13 +02:00
parent 91a1c3af90
commit b2eef2f5f9
2 changed files with 4 additions and 7 deletions

View File

@@ -242,5 +242,9 @@ function parse_document(container)
});
parse_document($('body'));
// Hide configlist and success message in send statistics page
phpbb.toggleDisplay('configlist', -1);
phpbb.toggleDisplay('questionnaire-thanks', -1);
});
})(jQuery);