share/collection.js: Keep visibility when redrawing graphs.
[collection4.git] / src / action_search_json.c
index 6fcfa67..834e07e 100644 (file)
@@ -164,8 +164,6 @@ int action_search_json (void) /* {{{ */
   char *search;
   int status;
 
-  gl_update ();
-
   search = strtolower_copy (param ("q"));
 
   status = list_graphs_json (search);