Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / misc / form.js
index baaba184ee228081a0bef71dae82553b4f4118e8..88226a51569815ddb5a32f73a0043a0acaae9c90 100644 (file)
     if (e.type === 'click') {
       url = e.currentTarget.location ? e.currentTarget.location : e.currentTarget;
     } else {
-      url = location;
+      url = window.location;
     }
     var hash = url.hash.substr(1);
     if (hash) {