Update notebook.controller.js

This commit is contained in:
LeiWang 2017-04-09 19:01:46 +08:00 committed by GitHub
parent 2ab58c3aa9
commit b2ee2f9e6e

View file

@ -398,7 +398,6 @@ function NotebookCtrl($scope, $route, $routeParams, $location, $rootScope,
} else {
$scope.note.config.cronExecutingUser = '';
}
$scope.saveNote();
$scope.note.config.cron = cronExpr;
$scope.setConfig();
};