mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Kill off dead code: show_user_sidebar_popover().
This code isn't really so much dead; it was never even born. :) (imported from commit 0351b611dae7c0868cc5c3e2c76c010601c1e8ba)
This commit is contained in:
parent
ec56e946a7
commit
51fe87fcd6
@ -208,10 +208,6 @@ exports.hide_user_sidebar_popover = function () {
|
||||
}
|
||||
};
|
||||
|
||||
exports.show_user_sidebar_popover = function () {
|
||||
// TODO: implement & use
|
||||
};
|
||||
|
||||
exports.register_click_handlers = function () {
|
||||
$("#main_div").on("click", ".actions_hover", function (e) {
|
||||
var row = $(this).closest(".message_row");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user