Draft operational policy rework
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / CldsOpenModelCtrl.js
index 2d76dc3..16b7d87 100644 (file)
@@ -45,7 +45,6 @@ function($scope, $rootScope, $modalInstance, $window, $uibModalInstance, cldsMod
                        $scope.modelNamel.push(pars[i]);
                }
                setTimeout(function() {
-                       setMultiSelect();
                }, 100);
        });
        $scope.paramsRetry = function() {
@@ -140,5 +139,5 @@ function($scope, $rootScope, $modalInstance, $window, $uibModalInstance, cldsMod
                });
                $uibModalInstance.close("closed");
        };
-       setMultiSelect();
+       //setMultiSelect();
 } ]);