issue 160 sitemap new menu attribute modify

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9146 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-15 02:55:11 +00:00
parent 92752f29fa
commit a79c17c4b8

View file

@ -112,7 +112,7 @@ $('form.siteMap')
editForm.find('input=[name=create_menu_url]').val('');
editForm.find('input=[name=select_menu_url]').val('');
editForm.find('input=[name=menu_url]').val('');
editForm.find('input=[name=menu_open_window]').attr('checked', false);
editForm.find('input=[name=menu_open_window]')[0].checked = true;
editForm.find('input=[name=group_srls\\[\\]]').attr('checked', false);
});