mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
issue 1051 removed blank in lang field.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10355 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
70e5127017
commit
c33756ad82
2 changed files with 41 additions and 3 deletions
|
|
@ -966,7 +966,7 @@ function initLayer($layer) {
|
||||||
.bind('multilang-reset', function(){
|
.bind('multilang-reset', function(){
|
||||||
$layer
|
$layer
|
||||||
.data('multilang-current-name', '')
|
.data('multilang-current-name', '')
|
||||||
.find('.langInput li').find('>input:text,>textarea').val(' ').prev('label').css('visibility','visible');
|
.find('.langInput li').find('>input:text,>textarea').val('').prev('label').css('visibility','visible');
|
||||||
|
|
||||||
mode = MODE_SAVE;
|
mode = MODE_SAVE;
|
||||||
setTitleText();
|
setTitleText();
|
||||||
|
|
@ -1221,4 +1221,4 @@ jQuery(function($){
|
||||||
details.slideToggle(200);
|
details.slideToggle(200);
|
||||||
viewBtn.toggleClass('details');
|
viewBtn.toggleClass('details');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
40
modules/admin/tpl/js/admin.min.js
vendored
40
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue