- Patch #939860 by rfay, yched: on 2nd ajax call, behaviors are called with empty settings.
parent
284f2b11a4
commit
cf11af6865
|
@ -298,7 +298,7 @@ Drupal.ajax.prototype.success = function (response, status) {
|
|||
|
||||
// Remove any response-specific settings so they don't get used on the next
|
||||
// call by mistake.
|
||||
this.settings = {};
|
||||
this.settings = null;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue