1
0
forked from GitHub/gf-core

minibar: fix problems with the feedback form

This commit is contained in:
hallgren
2012-02-13 17:58:06 +00:00
parent 5e915fe766
commit aa3c11ba9b
2 changed files with 4 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ Minibar.prototype.open_feedback=function() {
// make the minibar state easily accessible from the feedback page:
minibar.state={grammar:grammar,current:input.current,
to:translations.to_menu.value,
translations:translations.translations};
translations:translations.main};
open_popup(options.feedback_url,'feedback');
}
}