Use relative paths
// FREEBIE
This commit is contained in:
parent
95e809636a
commit
859d49b3f4
21 changed files with 106 additions and 106 deletions
|
@ -12,7 +12,7 @@
|
|||
MESSAGE : 'message'
|
||||
};
|
||||
|
||||
var sound = new Audio('/audio/NewMessage.mp3');
|
||||
var sound = new Audio('audio/NewMessage.mp3');
|
||||
|
||||
Whisper.Notifications = new (Backbone.Collection.extend({
|
||||
initialize: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue