1
0
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:
Cameron
2015-03-09 15:06:16 -07:00
parent 901985ea80
commit 1043ba0154
4 changed files with 20 additions and 1 deletions

View File

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