We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e751684 commit 9ff3649Copy full SHA for 9ff3649
1 file changed
public/js/extra.js
@@ -67,7 +67,7 @@ window.owner = null
67
window.ownerprofile = null
68
69
export function updateOwner () {
70
- if (window.ownerui) {
+ if (ownerui) {
71
if (window.owner && window.ownerprofile && window.owner !== window.lastchangeuser) {
72
const icon = ownerui.children('i')
73
icon.attr('title', window.ownerprofile.name).tooltip('fixTitle')
0 commit comments