Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / misc / displace.js
index 890548f92f334241d59f739eb512eb91c0da085f..777aee478d75a2a7e742bce579d575e183bf1b8c 100644 (file)
@@ -25,7 +25,8 @@
   };
 
   function displace(broadcast) {
-    offsets = Drupal.displace.offsets = calculateOffsets();
+    offsets = calculateOffsets();
+    Drupal.displace.offsets = offsets;
     if (typeof broadcast === 'undefined' || broadcast) {
       $(document).trigger('drupalViewportOffsetChange', offsets);
     }