mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
Fixes for minibar offline
Tested it in Firefox 18 (which has the new Ionmonkey JavaScript engine). Still get stack overflows.
This commit is contained in:
@@ -29,7 +29,7 @@ function pgf_offline(options) {
|
||||
self.current_grammar_url=new_grammar_url;
|
||||
if(cont) cont();
|
||||
}
|
||||
ajax_http_get_binary(new_grammar_url,update_pgf);
|
||||
ajax_http_get_binary(new_grammar_url+"?command=download",update_pgf);
|
||||
},
|
||||
get_grammarlist: function(cont,err) {
|
||||
if(this.grammar_list) cont(this.grammar_list)
|
||||
|
||||
Reference in New Issue
Block a user