mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-25 15:05:51 +00:00
Fixed up some sharing and changed mix limit to 100 (MUST CHANGE)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
class Models.MixCollection extends Backbone.Collection
|
||||
model: Models.MixItem
|
||||
url:com.podnoms.settings.urlRoot + "mix/?limit=100"
|
||||
url:com.podnoms.settings.urlRoot + "mix/?limit=20"
|
||||
|
||||
Models.MixCollection
|
||||
Reference in New Issue
Block a user