Issue 2444. Remove menu item confirm.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11545 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-27 03:05:36 +00:00
parent 85c83bd638
commit 461369e309
3 changed files with 38 additions and 1 deletions

View file

@ -162,6 +162,12 @@ jQuery(function($){
$xAlert.children('.x_close').click(function(){
$(this).parent('.x_alert').hide();
});
// Desabled Buttons
$('.x .x_btn').click(function(){
if($(this).hasClass('x_disabled')){
return false;
}
});
});
// Modal Window

View file

@ -162,6 +162,12 @@ jQuery(function($){
$xAlert.children('.x_close').click(function(){
$(this).parent('.x_alert').hide();
});
// Desabled Buttons
$('.x .x_btn').click(function(){
if($(this).hasClass('x_disabled')){
return false;
}
});
});
// Modal Window