first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
14
rus/admin/_V4/_js/refreshSidebar.js
Normal file
14
rus/admin/_V4/_js/refreshSidebar.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//v. 4.0
|
||||
//aggiorna la sidebar a sinistra
|
||||
|
||||
//refresh del menu della sidebar
|
||||
$(document).ready(function() {
|
||||
|
||||
if($("#logonRes").val() !="" && typeof($("#logonRes").val()) != "undefined")
|
||||
{
|
||||
//ricarico la pagina sidebar...
|
||||
$('#sidebarContent').load('_inc-sidebar.jsp');
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue