From 96d7cdbff536a42c53d8b5b1e94f6147c69756c5 Mon Sep 17 00:00:00 2001 From: "martin.baumgart" Date: Mon, 20 Apr 2015 09:31:51 +0200 Subject: [PATCH] Added autofocus --- scripts/modules/channels.js | 2 +- scripts/modules/subreddits.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/modules/channels.js b/scripts/modules/channels.js index 51d4c8b..6f7bfcc 100644 --- a/scripts/modules/channels.js +++ b/scripts/modules/channels.js @@ -24,7 +24,7 @@ var Channels = (function() { singleEditItem: "

{{name}}

", single: '
  • {{name}}

    {{#subs}}

    {{.}}

    {{/subs}}
  • ', list: '{{#.}}
  • {{name}}

    {{#subs}}

    {{.}}

    {{/subs}}
  • {{/.}}', - formAddNew: '
    Add Channel
    ×
    Add additional subreddit
    ', + formAddNew: '
    Add Channel
    ×
    Add additional subreddit
    ', formEditChannel: '
    Update Channel
    ×
    Add additional subreddit
    ' }; diff --git a/scripts/modules/subreddits.js b/scripts/modules/subreddits.js index a5c5255..f4891ee 100644 --- a/scripts/modules/subreddits.js +++ b/scripts/modules/subreddits.js @@ -33,7 +33,7 @@ var Subreddits = (function() { toEditList: "

    Subreddits

    ", toAddList: "{{#children}}

    {{data.display_name}}

    {{data.public_description}}

    {{/children}}", loadMoreSubsButton: "", - formInsert: '
    Add Subreddit
    ×
    ', + formInsert: '
    Add Subreddit
    ×
    ', topButtonsForAdding: "
    Insert Manually
    Create Channel
    " };