removed mods directory from the ATutor codebase
[atutor.git] / mods / ldap / jscripts / jqgrid / js / min / grid.postext-min.js
diff --git a/mods/ldap/jscripts/jqgrid/js/min/grid.postext-min.js b/mods/ldap/jscripts/jqgrid/js/min/grid.postext-min.js
deleted file mode 100644 (file)
index 1ba9708..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*\r
- * jqGrid  3.3 - jQuery Grid\r
- * Copyright (c) 2008, Tony Tomov, tony@trirand.com\r
- * Dual licensed under the MIT and GPL licenses\r
- * http://www.opensource.org/licenses/mit-license.php\r
- * http://www.gnu.org/licenses/gpl.html\r
- * Date: 2008-10-14 rev 64\r
- */\r
-\r
-;(function($){$.fn.extend({getPostData:function(){var $t=this[0];if(!$t.grid){return;}
-return $t.p.postData;},setPostData:function(newdata){var $t=this[0];if(!$t.grid){return;}
-if(typeof(newdata)==='object'){$t.p.postData=newdata;}
-else{alert("Error: cannot add a non-object postData value. postData unchanged.");}},appendPostData:function(newdata){var $t=this[0];if(!$t.grid){return;}
-if(typeof(newdata)==='object'){$.extend($t.p.postData,newdata);}
-else{alert("Error: cannot append a non-object postData value. postData unchanged.");}},setPostDataItem:function(key,val){var $t=this[0];if(!$t.grid){return;}
-$t.p.postData[key]=val;},getPostDataItem:function(key){var $t=this[0];if(!$t.grid){return;}
-return $t.p.postData[key];},removePostDataItem:function(key){var $t=this[0];if(!$t.grid){return;}
-delete $t.p.postData[key];},getUserData:function(){var $t=this[0];if(!$t.grid){return;}
-return $t.p.userData;},getUserDataItem:function(key){var $t=this[0];if(!$t.grid){return;}
-return $t.p.userData[key];}});})(jQuery);
\ No newline at end of file