mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
minibar: support for adding grammars from several servers to the grammar menu
You can also add grammars from several directories on the same server of course. The included minibar configuration file adds the user's own grammars from the grammar editor.
This commit is contained in:
@@ -415,7 +415,7 @@ Input.prototype.browse=function(id,cont) {
|
||||
t.grammar.browse[id]=info;
|
||||
cont(info);
|
||||
}
|
||||
server.browse(id,browsed);
|
||||
t.server.browse(id,browsed);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user