Project

General

Profile

« Previous | Next » 

Revision ce33646f

Added by Ondřej Pražák almost 6 years ago

Fixes #23162 - Fix path for tabs on smart-proxy page

View differences:

app/assets/javascripts/proxy_status.js
$(document).on('ContentLoad', function() {
$('.nav-tabs a').on('shown.bs.tab', refreshCharts);
$('a[data-toggle="tab"]').on('click', function(e) {
history.pushState(null, null, $(this).attr('href'));
history.pushState(null, null, document.location.pathname + $(this).attr('href'));
});
showProxies();
loadTFTP();

Also available in: Unified diff