mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
Remove icon
This commit is contained in:
@@ -769,10 +769,6 @@
|
||||
statusLabel.textContent = LanguageManager.t('timetable.status_label');
|
||||
const statusValue = document.createElement('span');
|
||||
statusValue.className = 'detail-value';
|
||||
const statusIcon = document.createElement('span');
|
||||
statusIcon.className = 'material-icons-round';
|
||||
statusIcon.textContent = 'sync_alt';
|
||||
statusValue.appendChild(statusIcon);
|
||||
statusValue.appendChild(document.createTextNode(' ' + LanguageManager.t('timetable.substitution')));
|
||||
statusItem.appendChild(statusLabel);
|
||||
statusItem.appendChild(statusValue);
|
||||
|
||||
Reference in New Issue
Block a user