1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-05 02:15:13 +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

@ -239,7 +239,7 @@ class menu_admin_ui extends e_admin_ui
function CreateHeader()
{
e107::css('inline',' body { background-color: green } ');
// e107::css('inline',' body { background-color: green } ');
}
// Create Menu in Menu Table

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