mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
UI fixes
Fixed: Series search won't break when term contains brackets Fixed: Attempting to apply the activity spinner incorrectly
This commit is contained in:
@@ -21,6 +21,10 @@ define(
|
||||
|
||||
var icon = this.find('i').andSelf('i');
|
||||
|
||||
if (!icon || !icon.attr('class')) {
|
||||
return this;
|
||||
}
|
||||
|
||||
var iconClasses = icon.attr('class').match(/(?:^|\s)icon\-.+?(?:$|\s)/);
|
||||
|
||||
if (iconClasses.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user