Private GIT

Skip to content
Snippets Groups Projects
Commit a5d7a6c7 authored by Fernando's avatar Fernando
Browse files

Merge pull request #2587 from OmgImAlexis/fixes-sbRoot-in-js

Fixes ${sbRoot}  in js
parents 9174f517 cd956e05
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