mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
issue 160 when menu delete in sitemap, confirm alert message show
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9207 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f923ff04f3
commit
73563f5042
3 changed files with 20 additions and 1 deletions
|
|
@ -188,3 +188,9 @@ $('form.siteMap')
|
|||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
function confirmDelete(form)
|
||||
{
|
||||
if(confirm(xe.lang.confirm_delete)) return true;
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue