amalgame/commit

explicit zero options for second column to prevent inheritance from 1st column to others

authorJacco van Ossenbruggen
Thu Aug 28 15:26:40 2014 +0200
committerJacco van Ossenbruggen
Thu Aug 28 15:26:40 2014 +0200
commitb6d3e8f7a7e34d92851b9989ab674b36e473e3e9
tree000e96c8b9304601a0cbbcfccb575c5d3d61414a
parent6af3065616a681cb1e023420a42afadc5391b1d7
Diff style: patch stat
diff --git a/web/js/vocabulary.js b/web/js/vocabulary.js
index 7c856f5..4c8f18a 100644
--- a/web/js/vocabulary.js
+++ b/web/js/vocabulary.js
@@ -95,7 +95,8 @@ YUI.add('vocabulary', function(Y) {
 				},
 				{   request: fetchConceptsURL,
 				    params: {type:'child'},
-				    repeat: true
+				    repeat: true,
+				    options: []
 				}
 				]
 			});