Bug #1698
TypeError on speedtest dashboard
Start date:
01/24/2017
Due date:
% Done:
100%
Description
Uncaught TypeError: Cannot read property 'on' of undefined
Associated revisions
Fixing JS error on some dashboards
Closes #1698
History
#1
     Updated by Luke Murphey over 8 years ago
    Updated by Luke Murphey over 8 years ago
    
    This is caused by this line in tabs.js:
$('a[data-toggle="tab"]').on('shown', setTokenForTab);
Putting it into a ready call doesn't help.
#2
     Updated by Luke Murphey over 8 years ago
    Updated by Luke Murphey over 8 years ago
    
    Actually, it wasn't. It was this:
submit.on("submit", function()...
#3 Updated by Anonymous over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset splunk-network-tools-svn|r61.