diff --git a/templates/index.php b/templates/index.php index 79db43716fb..7e17e18ed8b 100644 --- a/templates/index.php +++ b/templates/index.php @@ -6,6 +6,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -\OCP\Util::addScript('spreed', 'talk-main'); -\OCP\Util::addStyle('spreed', 'talk-main'); +\OCP\Util::addScript('spreed', 'talk-main', prepend: true); +\OCP\Util::addStyle('spreed', 'talk-main', prepend: true); style('spreed', 'talk-icons');