4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
|
$(document).ready(function(){
|
||
|
|
||
|
make_draggable($('#news'));
|
||
|
});
|