mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:46:08 +08:00
3 lines
133 B
JavaScript
3 lines
133 B
JavaScript
/*jshint maxlen:10000000 */
|
|
Discourse.URL_FIXTURES["/search"] = [ { type: "topic", more: true, results: [ { url: "some-url" } ] } ];
|