git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11915 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-10-26 05:56:22 +00:00
parent 2a2cff6d85
commit 2609c28f38
2 changed files with 11 additions and 6 deletions

View file

@ -1571,8 +1571,10 @@ jQuery(function($){
// load value
function loadValue(){
$displayInput.val($hiddenInput.val()).removeAttr('disabled');
var value = $hiddenInput.val();
$remover.trigger('click');
$hiddenInput.val(value);
$displayInput.val(value);
var pattern = /^\$user_lang->/;
if(pattern.test($displayInput.val())){
function on_complete2(data){