1
0
Fork 0

Merge branch 'master' into develop

This commit is contained in:
Tobias Diekershoff 2017-06-06 12:20:55 +02:00
commit f3d8da7d33
80 changed files with 62265 additions and 39514 deletions

View file

@ -4,9 +4,8 @@
// Catch the GUID from the URL
var itemGuid = window.location.pathname.split("/").pop();
var itemGuidSafe = itemGuid.replace(/%.*/, '');
$(window).load(function(){
// Scroll to the Item by its GUID
scrollToItem('item-' + itemGuidSafe);
scrollToItem('item-' + itemGuid);
});