This commit is contained in:
sualko 2020-12-08 16:31:47 +01:00
Родитель dcf469ad4a
Коммит fe02378e4a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ addScript($urlGenerator->linkTo('ojsxc', 'js/jsxc/jsxc.bundle.js') . $versionHas
addScript($urlGenerator->linkTo('ojsxc', 'js/bundle.js') . $versionHashSuffix);
// workaround to overwrite localStorage.clear
\OC_Util::addScript( 'ojsxc', 'overwriteClearStorage', true );
\OCP\Util::addScript( 'ojsxc', 'overwriteClearStorage', true );
\OCP\Util::addStyle ( 'ojsxc', '../js/jsxc/styles/jsxc.bundle' );
\OCP\Util::addStyle ( 'ojsxc', 'bundle' );