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:
flyskyko 2012-10-15 05:06:15 +00:00
parent a1ccee728e
commit af52c2b225
2 changed files with 44 additions and 1255 deletions

View file

@ -160,7 +160,6 @@ $.fn.xeModalWindow = function(){
var $this = $(this), $modal, $btnClose, disabled, before_event, duration;
$modal = $( $this.attr('href') );
alert($this.attr('href'));
if(!$modal.parent('body').length) {
$btnClose = $('<button type="button" class="x_close">&times;</button>');
$btnClose.click(function(){ $modal.data('anchor').trigger('close.mw') });

File diff suppressed because it is too large Load diff