Skip to content

Commit

Permalink
initialize looknfeel
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidhuseynov committed Jan 1, 2017
1 parent efe09c0 commit bbaf286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeppelin-web/src/app/notebook/notebook.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
console.log('received note revision %o', data);
if (data.note) {
$scope.note = data.note;
initializeLookAndFeel();
} else {
$location.path('/');
}
Expand Down

0 comments on commit bbaf286

Please sign in to comment.