updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user