We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0323f89 commit 5fa60caCopy full SHA for 5fa60ca
src/System.Web.Mvc/JavaScript/jquery.unobtrusive-ajax.js
@@ -42,8 +42,6 @@
42
43
mode = (element.getAttribute("data-ajax-mode") || "").toUpperCase();
44
$(element.getAttribute("data-ajax-update")).each(function (i, update) {
45
- var top;
46
-
47
switch (mode) {
48
case "BEFORE":
49
$(update).prepend(data);
0 commit comments