mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Removed extraneous icons
Font Awesomed AddSeries Font Awesomed gritter
This commit is contained in:
parent
6ffb99f84f
commit
a3d4b7ed82
36 changed files with 50 additions and 37 deletions
|
@ -16,7 +16,7 @@
|
|||
$.gritter.add({
|
||||
title: data.Title,
|
||||
text: data.Text,
|
||||
image: '../../content/images/success.png',
|
||||
icon: 'icon-info-sign',
|
||||
class_name: 'gritter-success'
|
||||
});
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
|||
$.gritter.add({
|
||||
title: data.Title,
|
||||
text: data.Text,
|
||||
image: '../../content/images/error.png',
|
||||
icon: 'icon-minus-sign',
|
||||
class_name: 'gritter-fail',
|
||||
time: 10000
|
||||
});
|
||||
|
@ -40,7 +40,7 @@
|
|||
$.gritter.add({
|
||||
title: 'Request failed',
|
||||
text: 'Url: ' + this.url + '<br/>Error: ' + thrownError,
|
||||
image: '../../content/images/error.png',
|
||||
icon: 'icon-minus-sign',
|
||||
class_name: 'gritter-fail',
|
||||
time: 10000
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue