mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Removed green test code.
This commit is contained in:
@@ -36,8 +36,12 @@ $(document).ready(function()
|
||||
$('#uiModal .modal-label').text('Loading...');
|
||||
$('#uiModal .modal-body').text(' ');
|
||||
});
|
||||
|
||||
|
||||
$('a[data-toggle="modal"]').on('click', function()
|
||||
{
|
||||
var link = $(this).attr('href');
|
||||
alert(link);
|
||||
}
|
||||
);
|
||||
/*
|
||||
|
||||
$('a[data-toggle="modal"]').on('click', function()
|
||||
|
Reference in New Issue
Block a user