diff --git a/kb.html b/kb.html
index 7a6dce9..c2cace5 100644
--- a/kb.html
+++ b/kb.html
@@ -1013,8 +1013,8 @@ Tools Dialog
-
Remove or Move Legends:
-
You should save your work before using these tools, their is no Undo.
+
Remove or Move Legends
+
You should save your work before using these tools, there is no Undo.
diff --git a/kb.js b/kb.js
index 1c05aec..ab4cc6e 100644
--- a/kb.js
+++ b/kb.js
@@ -375,6 +375,16 @@
}
});
};
+
+ $scope.unhideDecals = function() {
+ var prop = 'decal';
+ angular.forEach($scope.keys(), function(key) {
+ if(key.decal) {
+ update(key,prop,false);
+ renderKey(key);
+ }
+ });
+ };
// Helper function to select a single key