minibar: fix problems with the feedback form

This commit is contained in:
hallgren
2012-02-13 17:58:06 +00:00
parent b126a28cc5
commit ec09dd6804
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');
}
}