Merge pull request #371 from litvinovg/vclass_browsing_error_fix
Remove old hack that leads to 500 error
This commit is contained in:
commit
0c8b02a630
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ var browseByVClass = {
|
|||
// if the user navigates with the back button
|
||||
this.browseVClasses.children('li').each( function() {
|
||||
$(this).find('a').click(function () {
|
||||
// the extra space is needed to prevent odd scrolling behavior
|
||||
location.hash = $(this).attr('data-uri') + ' ';
|
||||
location.hash = $(this).attr('data-uri');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue