mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Admin-UI Toggle sidebar experimental option added.
This commit is contained in:
@@ -151,6 +151,17 @@ $(document).ready(function()
|
||||
);
|
||||
|
||||
|
||||
$('a[data-toggle-sidebar]').on('click', function(e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
||||
$("#left-panel").toggle(1000);
|
||||
$("#right-panel").toggleClass("span10",0);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
/* InfoPanel Comment approval and deletion */
|
||||
$(document).on("click", "button[data-comment-action]", function(){
|
||||
|
||||
|
Reference in New Issue
Block a user