X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Fmod_display.js;h=fd74ccb3cebc2ad65d27fb5cd2c504adad87883e;hb=cf9a65cded8e8f270aedbb3ba46d5fe2fe351b4c;hp=86608821e5cd2ca86190ed1c8742216da5441ad3;hpb=7886de5c393591eaf4e05f2a496a4f40060cb262;p=friendica.git diff --git a/view/theme/frio/js/mod_display.js b/view/theme/frio/js/mod_display.js index 86608821e5..fd74ccb3ce 100644 --- a/view/theme/frio/js/mod_display.js +++ b/view/theme/frio/js/mod_display.js @@ -7,5 +7,5 @@ var itemGuid = window.location.pathname.split("/").pop(); $(window).load(function(){ // Scroll to the Item by its GUID - scrollToItem('item-'+itemGuid); + scrollToItem('item-' + itemGuid); });