Преглед на файлове

tweak(ui): fix NotifCard accessing on_click

KernelDeimos преди 1 година
родител
ревизия
d2b37fc436
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/UI/Components/NotifCard.js

+ 0 - 4
src/UI/Components/NotifCard.js

@@ -18,8 +18,4 @@ export default def(class NotifCard extends Component {
             </div>
             </div>
         `);
         `);
     }
     }
-
-    on_ready ({ listen }) {
-        $(this.dom_).find('button').on('click', this.get('on_click') || (() => {}));
-    }
 });
 });