Bad copy/paste on ajax error message.

This commit is contained in:
Colin Kuskie 2010-12-13 08:25:22 -08:00
parent 48f9687025
commit b49c500701

View file

@ -341,7 +341,7 @@ function dragable_dragStop(e) {
contentDiv.innerHTML = myArr528[0];
},
failure : function(req) {
alert("Toggle Edit Form failed. Problem with connection. Please refresh the page and try again.");
alert("Move failed. Problem with connection. Please refresh the page and try again.");
}
}