mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -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
|
@ -33,7 +33,7 @@ $(".addExistingButton").live('click', function () {
|
|||
$.gritter.add({
|
||||
title: 'Failed',
|
||||
text: 'Invalid Series Information for \'' + path + '\'',
|
||||
image: '../../content/images/error.png',
|
||||
icon: 'icon-minus-sign',
|
||||
class_name: 'gritter-fail'
|
||||
});
|
||||
|
||||
|
@ -76,8 +76,8 @@ $(".start-date-master").live('change', function () {
|
|||
|
||||
//RootDir
|
||||
//Delete RootDir
|
||||
$('#rootDirs .actionButton img').live('click', function (image) {
|
||||
var path = $(image.target).attr('id');
|
||||
$(document).on('click', '.delete-root', function () {
|
||||
var path = $(this).attr('data-path');
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue