mirror of
https://github.com/flarum/framework.git
synced 2025-05-26 00:29:59 +08:00
Tweak some text/comments
This commit is contained in:
@ -12,7 +12,7 @@ export default class AddExtensionModal extends Modal {
|
|||||||
content() {
|
content() {
|
||||||
return (
|
return (
|
||||||
<div className="Modal-body">
|
<div className="Modal-body">
|
||||||
<p>One day, this dialog will allow you to add an extension to your forum with ease. We're building an ecosystem as we speak!</p>
|
<p>One day in the not-too-distant future, this dialog will allow you to add an extension to your forum with ease. We're building an ecosystem as we speak!</p>
|
||||||
<p>In the meantime, if you manage to get your hands on a new extension, simply drop it in your forum's <code>extensions</code> directory.</p>
|
<p>In the meantime, if you manage to get your hands on a new extension, simply drop it in your forum's <code>extensions</code> directory.</p>
|
||||||
<p>If you're a developer, you can <a href="">read the docs</a> and have a go at building your own.</p>
|
<p>If you're a developer, you can <a href="">read the docs</a> and have a go at building your own.</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,7 +51,7 @@ class PostStream extends mixin(Component, evented) {
|
|||||||
*/
|
*/
|
||||||
goToNumber(number, noAnimation) {
|
goToNumber(number, noAnimation) {
|
||||||
// If we want to go to the reply preview, then we will go to the end of the
|
// If we want to go to the reply preview, then we will go to the end of the
|
||||||
// discussion and scroll to the very bottom of the page.
|
// discussion and then scroll to the very bottom of the page.
|
||||||
if (number === 'reply') {
|
if (number === 'reply') {
|
||||||
return this.goToLast().then(() => {
|
return this.goToLast().then(() => {
|
||||||
$('html,body').stop(true).animate({
|
$('html,body').stop(true).animate({
|
||||||
|
Reference in New Issue
Block a user