From eb5f029e0fcb81c675aa0a60750572ddb1088688 Mon Sep 17 00:00:00 2001 From: Martii Date: Fri, 7 Aug 2015 18:56:11 -0600 Subject: [PATCH] Remove the the rest of *select2* backbone from lib scripts * Completed some tinkering client side so removing Applies to #383 --- views/pages/scriptEditMetadataPage.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}}