4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
$(function (){
|
||
|
$(".engine_loading").load($(this).attr("widget_path"));
|
||
|
});
|