4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
|
$(function(){
|
||
|
|
||
|
//$("#docs").load('/files/' + $("#docs").data('session'));
|
||
|
});
|