diff --git a/assemblies/pentaho-war/src/main/webapp/js/parameters.js b/assemblies/pentaho-war/src/main/webapp/js/parameters.js index 806d08dc96..2118f38d75 100644 --- a/assemblies/pentaho-war/src/main/webapp/js/parameters.js +++ b/assemblies/pentaho-war/src/main/webapp/js/parameters.js @@ -491,4 +491,4 @@ function closeMantleTab(){ alert("error closing tab: "+e); } } - }); \ No newline at end of file + }); diff --git a/assemblies/pentaho-war/src/main/webapp/js/utils.js b/assemblies/pentaho-war/src/main/webapp/js/utils.js index 2d10aa7eb0..0f27758686 100644 --- a/assemblies/pentaho-war/src/main/webapp/js/utils.js +++ b/assemblies/pentaho-war/src/main/webapp/js/utils.js @@ -535,4 +535,4 @@ function reservedCharListForDisplay( separatorString ) { return "/ \ :"; } -}); \ No newline at end of file +}); diff --git a/user-console/src/main/resources/org/pentaho/mantle/public/home/content/welcome/js/main.js b/user-console/src/main/resources/org/pentaho/mantle/public/home/content/welcome/js/main.js index 28b90f2e66..fafdb305e3 100644 --- a/user-console/src/main/resources/org/pentaho/mantle/public/home/content/welcome/js/main.js +++ b/user-console/src/main/resources/org/pentaho/mantle/public/home/content/welcome/js/main.js @@ -73,4 +73,4 @@ CCP.getForumFeed = function(divId){ error: function() { throw new Error("jQuery RSS: url don't link to RSS-Feed") } }); } - }); \ No newline at end of file + });