# أزرار للتصغيير إلى أعلى/أسفل المواضيع

**URL:** https://meta.discourse.org/t/buttons-for-scrolling-to-the-top-bottom-of-topics/240412
**Category:** Theme component
**Created:** [29 سبتمبر 2022، 5:50م UTC](https://meta.discourse.org/t/buttons-for-scrolling-to-the-top-bottom-of-topics/240412 "2022-09-29T17:50:09Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![piffy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/piffy/32/254198_2.png) [@piffy](https://meta.discourse.org/u/piffy)
#### Post date: [8 يناير 2024، 4:34م UTC](https://meta.discourse.org/t/buttons-for-scrolling-to-the-top-bottom-of-topics/240412/9 "2024-01-08T16:34:40Z")

</div>

يجب أن يتم إصلاحه. لقد استبدلت هذا السطر

```js
const topicController = getOwner(this).lookup("controller:topic");

```

بهذا

```js
const container = Discourse. __container__ ;
const topicController = container.lookup('controller:topic');

```

باتباع الكود النموذجي من هنا [Get Category Name using JS - #2 by awesomerobot](https://meta.discourse.org/t/get-category-name-using-js/177110/2)

يسعدني أنك تجده مفيدًا!

---

_[View the full topic](https://meta.discourse.org/t/buttons-for-scrolling-to-the-top-bottom-of-topics/240412)._
