mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
remove debug code
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11689 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a1ccee728e
commit
af52c2b225
2 changed files with 44 additions and 1255 deletions
|
|
@ -160,7 +160,6 @@ $.fn.xeModalWindow = function(){
|
||||||
var $this = $(this), $modal, $btnClose, disabled, before_event, duration;
|
var $this = $(this), $modal, $btnClose, disabled, before_event, duration;
|
||||||
|
|
||||||
$modal = $( $this.attr('href') );
|
$modal = $( $this.attr('href') );
|
||||||
alert($this.attr('href'));
|
|
||||||
if(!$modal.parent('body').length) {
|
if(!$modal.parent('body').length) {
|
||||||
$btnClose = $('<button type="button" class="x_close">×</button>');
|
$btnClose = $('<button type="button" class="x_close">×</button>');
|
||||||
$btnClose.click(function(){ $modal.data('anchor').trigger('close.mw') });
|
$btnClose.click(function(){ $modal.data('anchor').trigger('close.mw') });
|
||||||
|
|
|
||||||
1298
modules/admin/tpl/js/admin.min.js
vendored
1298
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue