]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/mod_display.js
Merge remote-tracking branch 'upstream/develop' into 1607-performance
[friendica.git] / view / theme / frio / js / mod_display.js
index c93d2c00665d6b5f62c65357ad1eba1e715491a8..86608821e5cd2ca86190ed1c8742216da5441ad3 100644 (file)
@@ -5,7 +5,7 @@
 // Catch the GUID from the URL
 var itemGuid = window.location.pathname.split("/").pop();
 
-$(document).ready(function(){
+$(window).load(function(){
        // Scroll to the Item by its GUID
        scrollToItem('item-'+itemGuid);
 });