mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
JS refactoring that fixes presence errors in earlier reverted commit.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
window.Discourse.SiteSetting = Discourse.Model.extend(Discourse.Presence, {
|
||||
window.Discourse.SiteSetting = Discourse.Model.extend({
|
||||
|
||||
// Whether a property is short.
|
||||
short: (function() {
|
||||
|
||||
Reference in New Issue
Block a user