From 4afda2f53bfcf50c365c3589465af8e0ebe40217 Mon Sep 17 00:00:00 2001 From: tjkoury Date: Wed, 2 Jul 2014 17:20:16 -0400 Subject: [PATCH] Added deprecated to exclusion list --- public/red/ui/palette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/red/ui/palette.js b/public/red/ui/palette.js index 0b7e14e9f..e02312350 100644 --- a/public/red/ui/palette.js +++ b/public/red/ui/palette.js @@ -16,7 +16,7 @@ RED.palette = function() { - var exclusion = ['config','unknown']; + var exclusion = ['config','unknown','deprecated']; var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced']; function createCategoryContainer(category){