Remove ECOMP in headers
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / GlobalPropertiesCtrl.js
index cd2f5ed..2aea4c7 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP CLAMP
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
  *                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License"); 
@@ -18,7 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END============================================
  * ===================================================================
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 app.controller('GlobalPropertiesCtrl',
        ['$scope', '$rootScope', '$modalInstance','cldsModelService', '$location', 'dialogs','cldsTemplateService',
@@ -40,7 +40,7 @@ app.controller('GlobalPropertiesCtrl',
                                }
                                setMultiSelect();
                                
-                               if(readOnly||readMOnly){
+                               if(readMOnly){
                                        $("#savePropsBtn").attr("disabled", "");
                                        $('select[multiple] option').each(function() {
                                  var input = $('input[value="' + $(this).val() + '"]');
@@ -61,4 +61,4 @@ app.controller('GlobalPropertiesCtrl',
                        };
                }
        ]
-);
\ No newline at end of file
+);