mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
bug fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5057 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aec3157977
commit
30a2694b57
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ function nodeToggleAll(){
|
|||
}
|
||||
|
||||
function deleteNode(node){
|
||||
if(confirm(lang_confirm_delete){
|
||||
if(confirm(lang_confirm_delete)){
|
||||
var params ={
|
||||
"category_srl":node
|
||||
,"parent_srl":0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue