mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Removed green test code.
This commit is contained in:
@@ -239,7 +239,7 @@ class menu_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
function CreateHeader()
|
function CreateHeader()
|
||||||
{
|
{
|
||||||
e107::css('inline',' body { background-color: green } ');
|
// e107::css('inline',' body { background-color: green } ');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create Menu in Menu Table
|
// Create Menu in Menu Table
|
||||||
|
@@ -36,8 +36,12 @@ $(document).ready(function()
|
|||||||
$('#uiModal .modal-label').text('Loading...');
|
$('#uiModal .modal-label').text('Loading...');
|
||||||
$('#uiModal .modal-body').text(' ');
|
$('#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()
|
$('a[data-toggle="modal"]').on('click', function()
|
||||||
|
Reference in New Issue
Block a user