mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
issue 754 fixed new group error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9915 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a978a570d
commit
e12c890f35
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
xe.lang.groupDeleteMessage = '{$lang->msg_group_delete}';
|
||||
xe.lang.multilingual = '{$lang->cmd_set_multilingual}';
|
||||
xe.lang.modify = '{$lang->cmd_modify}';
|
||||
xe.lang.delete = '{$lang->cmd_delete}';
|
||||
xe.lang.deleteMSG = '{$lang->cmd_delete}';
|
||||
</script>
|
||||
<style type="text/css">
|
||||
._imageMarkButton img { max-height:16px }
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ jQuery(function ($){
|
|||
var group_srl = $(event.target).attr('href').substr(1);
|
||||
if(!confirm(xe.lang.groupDeleteMessage)) return;
|
||||
|
||||
if (group_srl.indexOf("new") > 0){
|
||||
if (group_srl.indexOf("new") >= 0){
|
||||
$target.remove();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue