Skip to content

Commit

Permalink
Moved images and css to assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Dec 23, 2014
1 parent 706ec30 commit 6d65dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/elasticsearch-gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -82206,7 +82206,7 @@ myApp.value('localStorage', window.localStorage);

myApp.factory('$exceptionHandler',['$injector', function($injector) {
return function(exception, cause) {
console.log(exception);
console.log(exception);Moved
var errorHandling = $injector.get('errorHandling');
errorHandling.add(exception.message);
throw exception;
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ myApp.value('localStorage', window.localStorage);

myApp.factory('$exceptionHandler',['$injector', function($injector) {
return function(exception, cause) {
console.log(exception);
console.log(exception);Moved
var errorHandling = $injector.get('errorHandling');
errorHandling.add(exception.message);
throw exception;
Expand Down

0 comments on commit 6d65dcb

Please sign in to comment.