Removed extraneous icons

Font Awesomed AddSeries
Font Awesomed gritter
This commit is contained in:
Mark McDowall 2012-10-11 10:25:31 -07:00
parent 6ffb99f84f
commit a3d4b7ed82
36 changed files with 50 additions and 37 deletions

View file

@ -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",