diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:32 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:32 +0100 |
commit | 56c6054e53f51abe940561b49280feb569f8f846 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /jquery.rpc_2968.patch | |
parent | 31f41de680146530cd0d8cf698fc8be40f0581c7 (diff) | |
download | bugzilla-triage-56c6054e53f51abe940561b49280feb569f8f846.tar.gz |
Get rid of jetpack/ directory, let's stay in greasemonkey/ for now
Diffstat (limited to 'jquery.rpc_2968.patch')
-rw-r--r-- | jquery.rpc_2968.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jquery.rpc_2968.patch b/jquery.rpc_2968.patch deleted file mode 100644 index 94344c3..0000000 --- a/jquery.rpc_2968.patch +++ /dev/null @@ -1,13 +0,0 @@ -Also, the parseXMLValue function should probably trow an error, -instead of failing silently. - ---- jquery.rpc.js_1.txt 2008-05-23 13:39:21.000000000 +1200 -+++ jquery.rpc.js 2008-06-19 13:13:05.000000000 +1200 -@@ -58,6 +56,7 @@ -case 'boolean': -return (jQuery(childs[i]).text() == 1); -case 'int': -+ case 'i4': -return parseInt(jQuery(childs[i]).text()); -case 'double': -return parseFloat(jQuery(childs[i]).text()); |