Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Nov 13, 2015
1 parent e1b8e7d commit f9f05e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/controllers/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
}
};

$scope.processLoginClass = function () {
$scope.processLoginClass = function () {
if (!$scope.loginConf) {
return "disable_div";
} else {
Expand Down

0 comments on commit f9f05e2

Please sign in to comment.