Private GIT

Skip to content
Snippets Groups Projects
Commit cd956e05 authored by Alexis Tyler's avatar Alexis Tyler
Browse files

Fixes in js

parent 9174f517
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ $(document).ready(function(){
});
$('#history_limit').on('change', function() {
var url = '${sbRoot}/history/?limit=' + $(this).val();
var url = sbRoot + '/history/?limit=' + $(this).val();
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