mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-09 08:03:24 +00:00
Fix several paths for non web-root installs
This commit is contained in:
@@ -7,7 +7,7 @@ define("collections/sounds", function(require) {
|
||||
|
||||
Sounds = Backbone.Collection.extend({
|
||||
model: Sound,
|
||||
url: "/sounds/sounds.json",
|
||||
url: "sounds/sounds.json",
|
||||
comparator: function(a, b) {
|
||||
var str1 = a.get("title"),
|
||||
str2 = b.get("title");
|
||||
|
||||
Reference in New Issue
Block a user