]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/mod_display.js
Merge pull request #6589 from rabuzarus/20190204_-_show_forum_account_in_vcard
[friendica.git] / view / theme / frio / js / mod_display.js
index 86608821e5cd2ca86190ed1c8742216da5441ad3..fd74ccb3cebc2ad65d27fb5cd2c504adad87883e 100644 (file)
@@ -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);
 });