aboutsummaryrefslogtreecommitdiff
path: root/views/list/item_show.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/list/item_show.php')
-rw-r--r--views/list/item_show.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/list/item_show.php b/views/list/item_show.php
new file mode 100644
index 0000000..1a31f4b
--- /dev/null
+++ b/views/list/item_show.php
@@ -0,0 +1,8 @@
+<script type="text/javascript">
+ function showButtons() {
+ for (buttonset of document.getElementsByName('itemButton')) {
+ buttonset.hidden = false;
+ }
+ }
+ authenticated(showButtons);
+</script>