Add: page click tracking

This commit is contained in:
shivajiva101 2019-03-20 17:12:04 +00:00 committed by GitHub
parent b053d21e32
commit 3e46a5e058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -289,6 +289,9 @@ function unified_inventory.register_page(name, def)
unified_inventory.pages[name] = def
end
function unified_inventory.register_click_tracking(name)
unified_inventory.page_click_tracking[name] = true
end
function unified_inventory.register_button(name, def)
if not def.action then