summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-06-09 09:52:58 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-06-09 09:52:58 +0200
commit782d0c09fca0a1fac3b778ce6c25f0f609376626 (patch)
tree2f014d66734af9fb1816ebe21854a25c995abb03
parentcf82a5b57d89343301a5a819c70ca5d7b336e68e (diff)
downloadrpg-782d0c09fca0a1fac3b778ce6c25f0f609376626.tar.gz
rpg-782d0c09fca0a1fac3b778ce6c25f0f609376626.tar.bz2
marked sack library as deprecated
-rw-r--r--lib/scripts/tw-sack.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/scripts/tw-sack.js b/lib/scripts/tw-sack.js
index b5a5c8861..cc988f5be 100644
--- a/lib/scripts/tw-sack.js
+++ b/lib/scripts/tw-sack.js
@@ -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);