mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 00:51:03 +08:00
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) {
|
||||
// TODO: Remove this code Jan 2019
|
||||
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" }
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1071,7 +1071,7 @@ export default class ComposerService extends Service {
|
|||
|
||||
// for now handle a very narrow use case
|
||||
// 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)
|
||||
// --> pop the window up
|
||||
if (!force && composer.replyingToTopic) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user