瀏覽代碼

fix(ringoverlay): Path of the ogg file

j8
hristoterezov 8 年之前
父節點
當前提交
0e5fe88b5e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      modules/UI/ring_overlay/RingOverlay.js

+ 1
- 1
modules/UI/ring_overlay/RingOverlay.js 查看文件

69
                         <p>${callee.getName()}${callerStateLabel}</p>
69
                         <p>${callee.getName()}${callerStateLabel}</p>
70
                     </div>
70
                     </div>
71
                 </div>
71
                 </div>
72
-                <audio id="${this._audioContainerId}" src="/sounds/ring.ogg" />
72
+                <audio id="${this._audioContainerId}" src="./sounds/ring.ogg" />
73
             </div>`;
73
             </div>`;
74
     }
74
     }
75
 
75
 

Loading…
取消
儲存