1
0
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:
Cameron
2013-03-02 12:14:06 -08:00
parent 828454304f
commit 66ca489509
2 changed files with 7 additions and 3 deletions

View File

@@ -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()