Revert accessibility changes temporarily.

Thanks to xet7 !

Related https://github.com/wekan/wekan/pull/5857
This commit is contained in:
Lauri Ojansivu 2025-08-09 14:23:40 +03:00
parent e6347a305c
commit 1a1a44616f
9 changed files with 23 additions and 90 deletions

View file

@ -225,9 +225,8 @@ FlowRouter.route('/global-search', {
Utils.manageCustomUI();
Utils.manageMatomo();
const currentSetting = ReactiveCache.getCurrentSetting && ReactiveCache.getCurrentSetting();
const productName = currentSetting && currentSetting.productName ? currentSetting.productName : 'WeKan';
DocHead.setTitle(`${TAPi18n.__('globalSearch-title')} - ${productName}`);
DocHead.setTitle(TAPi18n.__('globalSearch-title'));
if (FlowRouter.getQueryParam('q')) {
Session.set(
'globalQuery',