diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-04-02 23:14:45 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-04-02 23:14:45 -0400 |
commit | 6ff8fd4e02cb962c9e2d1e90691324c67f58c4e8 (patch) | |
tree | 6f6987b854913ff0727cf7964118619b04ceb1bc /data/stuff | |
parent | 6d67ff3ad553cd48fd1a30da0ab287cf8a1b6bc0 (diff) | |
download | old-guff-6ff8fd4e02cb962c9e2d1e90691324c67f58c4e8.tar.bz2 old-guff-6ff8fd4e02cb962c9e2d1e90691324c67f58c4e8.zip |
add test auth panel tabs
Diffstat (limited to 'data/stuff')
-rw-r--r-- | data/stuff/test/auth.js | 4 |
1 files changed, 3 insertions, 1 deletions
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(); + }); }); |