Fixup the back button to remove the lq querystring

This commit is contained in:
Warren Buckley
2018-09-13 11:53:40 +01:00
parent 2a0d73220a
commit 33fae0cd40

View File

@@ -288,7 +288,7 @@
}
function back() {
$location.path("developer/logViewer/overview");
$location.path("developer/logViewer/overview").search('lq', null);
}
init();