Private GIT

Skip to content
Snippets Groups Projects
Commit eaf7ea09 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge pull request #235 from jorgenpt/fix-logging-level-ui

Fix viewlog dropdown regression.
parents 0d148bd2 9d74b525
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<!-- <!--
\$(document).ready(function(){ \$(document).ready(function(){
\$('#minLevel').change(function(){ \$('#minLevel').change(function(){
url = 'viewlog?minLevel='+\$(this).val() url = '$sbRoot/errorlogs/viewlog/?minLevel='+\$(this).val()
window.location.href = url window.location.href = url
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment