mirror of https://github.com/zulip/zulip.git
zephyr: Fix link to webathena login from error bar.
This was apparently broken when we moved the webathena login errors out of the right sidebar.
This commit is contained in:
parent
445cf8c680
commit
0785c377a4
|
@ -437,7 +437,7 @@ $(function () {
|
|||
|
||||
// WEBATHENA
|
||||
|
||||
$('#right-sidebar, #top_navbar').on('click', '.webathena_login', function (e) {
|
||||
$('body').on('click', '.webathena_login', function (e) {
|
||||
$("#zephyr-mirror-error").removeClass("show");
|
||||
var principal = ["zephyr", "zephyr"];
|
||||
WinChan.open({
|
||||
|
|
Loading…
Reference in New Issue