Remove old hack that produces 500 error
This commit is contained in:
parent
15cb4d7467
commit
27846ecbdb
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ var browseByVClass = {
|
||||||
// if the user navigates with the back button
|
// if the user navigates with the back button
|
||||||
this.browseVClasses.children('li').each( function() {
|
this.browseVClasses.children('li').each( function() {
|
||||||
$(this).find('a').click(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
Reference in a new issue