diff --git a/views/pages/scriptEditMetadataPage.html b/views/pages/scriptEditMetadataPage.html
index 57624a707..3306a852c 100644
--- a/views/pages/scriptEditMetadataPage.html
+++ b/views/pages/scriptEditMetadataPage.html
@@ -4,8 +4,10 @@
{{title}}
{{> includes/head.html }}
+ {{^isLib}}
+ {{/isLib}}
@@ -54,6 +56,8 @@ Description
{{> includes/footer.html }}
{{> includes/scripts/lazyIconScript.html }}
{{> includes/scripts/markdownEditor.html }}
- {{> includes/scripts/groupSelector.html }}
+ {{^isLib}}
+ {{> includes/scripts/groupSelector.html }}
+ {{/isLib}}