mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
85c83bd638
commit
461369e309
3 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
6
modules/admin/tpl/js/admin.min.js
vendored
6
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue