diff --git a/Gruntfile.js b/Gruntfile.js index a39a3b0f2..0179b5a00 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -105,6 +105,10 @@ module.exports = function (grunt) { src : 'UI/**/*.png', dest: '_output/' }, + jpg : { + src : 'UI/**/*.jpg', + dest: '_output/' + }, fonts : { src : 'UI/**/FontAwesome/*.*', dest: '_output/' @@ -140,6 +144,10 @@ module.exports = function (grunt) { files: '<%= copy.images.src %>', tasks: ['copy:images'] }, + copyImages : { + files: '<%= copy.jpg.src %>', + tasks: ['copy:jpg'] + }, copyFonts : { files: '<%= copy.fonts.src %>', tasks: ['copy:fonts'] diff --git a/UI/AddSeries/SearchResultTemplate.html b/UI/AddSeries/SearchResultTemplate.html index 9feb77956..c3180cb0d 100644 --- a/UI/AddSeries/SearchResultTemplate.html +++ b/UI/AddSeries/SearchResultTemplate.html @@ -2,7 +2,7 @@