Made auto-language-picker only use full translations

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1083 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-22 21:24:58 +00:00
parent ba800c4d41
commit 732155a028
3 changed files with 10 additions and 5 deletions

View File

@@ -2131,9 +2131,7 @@ function svg_edit_setup() {
var t = this.title.split(' [')[0];
var key_str = '';
// Shift+Up
console.log('keyval',keyval)
$.each(keyval.split('/'), function(i, key) {
console.log('key',key);
var mod_bits = key.split('+'), mod = '';
if(mod_bits.length > 1) {
mod = mod_bits[0] + '+';