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:
@@ -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] + '+';
|
||||
|
||||
Reference in New Issue
Block a user