Conflicts:
	javascript/GridFieldBulkImageUpload.js
This commit is contained in:
colymba 2012-09-06 00:01:02 +03:00
commit 7230602568
1 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,8 @@
},
onunmatch: function(){
},
onclick: function(e){
onclick: function(e){
var formsWithUpadtes, url, data, cacheBuster;
formsWithUpadtes = $('form.bulkImageUploadUpdateForm.hasUpdate');
@ -90,7 +91,7 @@
data: data,
type: "POST",
context: $(this)
}).done(function() {
}).done(function() {
var btn = $('#bulkImageUploadUpdateBtn');
var totalForms = parseInt( $(btn).data('formsToUpdate') );