Browse Source

fix(ringoverlay): Path of the ogg file

master
hristoterezov 9 years ago
parent
commit
0e5fe88b5e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/ring_overlay/RingOverlay.js

+ 1
- 1
modules/UI/ring_overlay/RingOverlay.js View File

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…
Cancel
Save