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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user