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:
parent
828454304f
commit
66ca489509
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user