[packages/jquery-uploadify] - one more $ match

glen glen at pld-linux.org
Thu Nov 29 21:06:10 CET 2012


commit fdf5137ba14f7e5954304d6cd075cb470b0b59fb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 29 22:06:07 2012 +0200

    - one more $ match

 jquery-ns.patch       | 9 +++++++++
 jquery-uploadify.spec | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/jquery-uploadify.spec b/jquery-uploadify.spec
index 754db96..6f94ae5 100644
--- a/jquery-uploadify.spec
+++ b/jquery-uploadify.spec
@@ -7,7 +7,7 @@
 Summary:	Flash Multiple File Upload jQuery Plugin Script
 Name:		jquery-%{plugin}
 Version:	3.1.1
-Release:	0.7
+Release:	0.8
 License:	MIT
 Group:		Applications/WWW
 Source0:	http://www.uploadify.com/wp-content/uploads/files/uploadify-v%{basever}.zip
diff --git a/jquery-ns.patch b/jquery-ns.patch
index f5f25d2..a70a24b 100644
--- a/jquery-ns.patch
+++ b/jquery-ns.patch
@@ -1,5 +1,14 @@
 --- jquery-uploadify-3.1/jquery.uploadify-3.1.js~	2012-05-22 02:07:00.000000000 +0300
 +++ jquery-uploadify-3.1/jquery.uploadify-3.1.js	2012-11-29 19:30:53.404491175 +0200
+@@ -650,7 +650,7 @@
+ 				// Add the file item to the queue
+ 				$('#' + settings.queueID).append('<div id="' + file.id + '" class="uploadify-queue-item">\
+ 					<div class="cancel">\
+-						<a href="javascript:$(\'#' + settings.id + '\').uploadify(\'cancel\', \'' + file.id + '\')">X</a>\
++						<a href="javascript:jQuery(\'#' + settings.id + '\').uploadify(\'cancel\', \'' + file.id + '\')">X</a>\
+ 					</div>\
+ 					<span class="fileName">' + fileName + ' (' + fileSize + ')</span><span class="data"></span>\
+ 					<div class="uploadify-progress">\
 @@ -964,4 +964,4 @@
  
  	}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jquery-uploadify.git/commitdiff/fdf5137ba14f7e5954304d6cd075cb470b0b59fb



More information about the pld-cvs-commit mailing list