Skip to content

Commit

Permalink
DEV: remove repetitive words (#26684)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongdate committed May 1, 2024
1 parent 8ed6843 commit 3a69824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/app/lib/theme-selector.js
Expand Up @@ -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" }
);
}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/app/services/composer.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 3a69824

Please sign in to comment.