Updated path of adapter.js for dtmf & pc1-audio demos.

TBR = wu@webrtc.org,juberti@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/1151005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3606 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
vikasmarwaha@webrtc.org 2013-03-05 02:04:07 +00:00
parent f0a90c37c4
commit 7881b574dd
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<head>
<title>PeerConnection DTMF Demo 1</title>
<!-- Load the polyfill to switch-hit between Chrome and Firefox -->
<script src="/js/adapter.js"></script>
<script src="../../base/adapter.js"></script>
<style>
button {
font: 18px sans-serif;

View File

@ -3,7 +3,7 @@
<head>
<title>PeerConnection Audio Only Demo 1</title>
<!-- Load the polyfill to switch-hit between Chrome and Firefox -->
<script src="/js/adapter.js"></script>
<script src="../../base/adapter.js"></script>
<style>
button {
font: 18px sans-serif;