DEV: remove repetitive words (#26684)
This commit is contained in:
parent
8ed684312f
commit
3a69824ffb
|
@ -11,7 +11,7 @@ export function currentThemeKey() {
|
||||||
if (console && console.warn && console.trace) {
|
if (console && console.warn && console.trace) {
|
||||||
// TODO: Remove this code Jan 2019
|
// TODO: Remove this code Jan 2019
|
||||||
deprecated(
|
deprecated(
|
||||||
"'currentThemeKey' is is deprecated use 'currentThemeId' instead. A theme component may require updating.",
|
"'currentThemeKey' is deprecated use 'currentThemeId' instead. A theme component may require updating.",
|
||||||
{ id: "discourse.current-theme-key" }
|
{ id: "discourse.current-theme-key" }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1071,7 +1071,7 @@ export default class ComposerService extends Service {
|
||||||
|
|
||||||
// for now handle a very narrow use case
|
// for now handle a very narrow use case
|
||||||
// if we are replying to a topic
|
// if we are replying to a topic
|
||||||
// AND are on on a different topic
|
// AND are on a different topic
|
||||||
// AND topic is open (or we are staff)
|
// AND topic is open (or we are staff)
|
||||||
// --> pop the window up
|
// --> pop the window up
|
||||||
if (!force && composer.replyingToTopic) {
|
if (!force && composer.replyingToTopic) {
|
||||||
|
|
Loading…
Reference in New Issue