]> git.mxchange.org Git - friendica.git/commitdiff
frio: highlight - wait until the whole page is loaded
authorrabuzarus <rabuzarus@t-online.de>
Wed, 10 Aug 2016 12:26:16 +0000 (14:26 +0200)
committerrabuzarus <rabuzarus@t-online.de>
Wed, 10 Aug 2016 12:26:16 +0000 (14:26 +0200)
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);
 });