Skip to content
Snippets Groups Projects
Commit 782d0c09 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

marked sack library as deprecated

parent cf82a5b5
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ function sack(file){
};
this.runAJAX = function(urlstring){
DEPRECATED('Please use jQuery.post() or any other of jQuery\'s AJAX methods.');
this.responseStatus = new Array(2);
if(this.failed && this.AjaxFailedAlert){
alert(this.AjaxFailedAlert);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment