From 6ff8fd4e02cb962c9e2d1e90691324c67f58c4e8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 2 Apr 2016 23:14:45 -0400 Subject: add test auth panel tabs --- data/stuff/test/auth.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/stuff/test/auth.js b/data/stuff/test/auth.js index 5e98425..18bfc49 100644 --- a/data/stuff/test/auth.js +++ b/data/stuff/test/auth.js @@ -279,5 +279,7 @@ jQuery(function($) { $('#reload').click(reload); // load users - reload(); + $('#tab-users').on('show.bs.tab', function() { + reload(); + }); }); -- cgit v1.2.3