5 lines
91 B
JavaScript
Raw Normal View History

var mfhLang = {
text: function(key) {
return $('#lang_' + key).text();
}
};