diff options
Diffstat (limited to 'resmgr')
-rw-r--r-- | resmgr/src/main/webapp/resmgr/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resmgr/src/main/webapp/resmgr/js/app.js b/resmgr/src/main/webapp/resmgr/js/app.js index 62f78ab4..be7b5ee1 100644 --- a/resmgr/src/main/webapp/resmgr/js/app.js +++ b/resmgr/src/main/webapp/resmgr/js/app.js @@ -261,7 +261,7 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"]) $scope.numericErr = false;
}
$scope.saveData = function(id) {
- if (!$scope.textboxErrName && $scope.textboxErrMe) {
+ if (!$scope.textboxErrName && !$scope.textboxErrMe) {
var ports ={};
ports.logicalTerminationPoint=$scope.port;
if(id) {
|