Fixup the back button to remove the lq querystring
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
function back() {
|
||||
$location.path("developer/logViewer/overview");
|
||||
$location.path("developer/logViewer/overview").search('lq', null);
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user