mirror of
https://github.com/discourse/discourse.git
synced 2024-12-17 14:53:43 +08:00
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
import { applyFlaggedProperties } from 'discourse/controllers/header';
|
|
|
|
export default {
|
|
name: 'apply-flagged-properties',
|
|
after: 'register-discourse-location',
|
|
initialize: applyFlaggedProperties
|
|
};
|