Skip to content

Commit

Permalink
demo中webrtc.js路径改正
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Aug 29, 2019
1 parent c257f33 commit df0a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-support-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@

var elem=document.createElement("script");
elem.setAttribute("type","text/javascript");
elem.setAttribute("src","../assets/"+file);
elem.setAttribute("src",PageSet_RecordAppBaseFolder.replace(/src\/$/,"assets/")+file);
$("head")[0].appendChild(elem);
};
});
Expand Down

0 comments on commit df0a2ee

Please sign in to comment.