updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -9,8 +9,11 @@ Drupal.debounce = function (func, wait, immediate) {
|
||||
var timeout = void 0;
|
||||
var result = void 0;
|
||||
return function () {
|
||||
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
|
||||
args[_key] = arguments[_key];
|
||||
}
|
||||
|
||||
var context = this;
|
||||
var args = arguments;
|
||||
var later = function later() {
|
||||
timeout = null;
|
||||
if (!immediate) {
|
||||
|
||||
Reference in New Issue
Block a user