Skip to content

Commit 9ff3649

Browse files
committed
Fix unnecessary global calling of ownerui
1 parent e751684 commit 9ff3649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/extra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ window.owner = null
6767
window.ownerprofile = null
6868

6969
export function updateOwner () {
70-
if (window.ownerui) {
70+
if (ownerui) {
7171
if (window.owner && window.ownerprofile && window.owner !== window.lastchangeuser) {
7272
const icon = ownerui.children('i')
7373
icon.attr('title', window.ownerprofile.name).tooltip('fixTitle')

0 commit comments

Comments
 (0)