File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ app.templates.helpPage = """
3232 DevDocs supports OpenSearch, meaning it can easily be installed as a search engine on most web browsers.
3333 <ul>
3434 <li>On Chrome, the setup is done automatically. Simply press <code class="_label">Tab</code> when devdocs.io is autocompleted
35- in the omnibox (to set a custom keyword, click <em>Manage search engines… </em> in Chrome's settings).
35+ in the omnibox (to set a custom keyword, click <em>Manage search engines\u 2026 </em> in Chrome's settings).
3636 <li>On Firefox, open the search engine list (icon in the search bar) and select <em>Add "DevDocs Search"</em>.
3737 DevDocs is now available in the search bar. You can also search from the location bar by following
3838 <a href="https://support.mozilla.org/en-US/kb/search-bar-easily-choose-your-search-engine#w_keywords">these instructions</a>.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ templates.sidebarResult = (entry) ->
1818 """ <a href="#{ entry .fullPath ()} " class="_list-item _list-hover _list-result _icon-#{ entry .doc .slug } "><span class="_list-reveal" data-reset-list title="Reveal in list"></span>#{ $ .escape entry .name } </a>"""
1919
2020templates .sidebarPageLink = (count ) ->
21- """ <span class="_list-item _list-pagelink">Show more… (#{ count} )</span>"""
21+ """ <span class="_list-item _list-pagelink">Show more\u 2026 (#{ count} )</span>"""
2222
2323templates .sidebarLabel = (doc , options = {}) ->
2424 label = """ <label class="_list-item _list-label _icon-#{ doc .slug } """
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class app.views.DocPicker extends app.View
4444 unless @saving
4545 @saving = true
4646 app .settings .setDocs @ getSelectedDocs ()
47- @saveLink .textContent = if app .appCache then ' Downloading… ' else ' Saving… '
47+ @saveLink .textContent = if app .appCache then ' Downloading\u 2026 ' else ' Saving\u 2026 '
4848 app .reload ()
4949 return
5050
@@ -65,5 +65,5 @@ class app.views.DocPicker extends app.View
6565 onAppCacheProgress : (event ) =>
6666 if event .lengthComputable
6767 percentage = Math .round event .loaded * 100 / event .total
68- @saveLink .textContent = " Downloading… (#{ percentage} %)"
68+ @saveLink .textContent = " Downloading\u 2026 (#{ percentage} %)"
6969 return
Original file line number Diff line number Diff line change 33 < a class ="_home-link "> </ a >
44 < a class ="_menu-link "> </ a >
55 < form class ="_search ">
6- < input type ="search " class ="_search-input " placeholder ="Search… " autocomplete ="off " autocapitalize ="off " autocorrect ="off " spellcheck ="false " maxlength ="20 ">
6+ < input type ="search " class ="_search-input " placeholder ="Search… " autocomplete ="off " autocapitalize ="off " autocorrect ="off " spellcheck ="false " maxlength ="20 ">
77 < a class ="_search-clear "> </ a >
88 < div class ="_search-tag "> </ div >
99 </ form >
You can’t perform that action at this time.
0 commit comments