Skip to content

Commit

Permalink
more fix popon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
terragou committed Mar 2, 2016
1 parent 464d0a7 commit 0925313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular/services/imageService.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function($q, $http, common, storage, config, FileUploader) {
headers: {
Authorization: 'Basic ' + accessToken
},
queueLimit: 100,
queueLimit: 10,
removeAfterUpload : true,
filters: [{
name: 'imageFilter',
Expand Down
2 changes: 1 addition & 1 deletion public/assets/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9202,7 +9202,7 @@ module.exports = ["$q", "$http", "common", "storage", "config", "FileUploader",
headers: {
Authorization: 'Basic ' + accessToken
},
queueLimit: 100,
queueLimit: 10,
removeAfterUpload : true,
filters: [{
name: 'imageFilter',
Expand Down

0 comments on commit 0925313

Please sign in to comment.