Skip to content

Action comments #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions avRegistration/auth-method-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ angular.module('avRegistration')
}

// 2. generate request
return $http.get(url, {params: params})
return $http.get(url, {params: params});
};


Expand Down Expand Up @@ -390,15 +390,15 @@ angular.module('avRegistration')
return $http.post(url, data);
};

authmethod.activateUsersIds = function(eid, election, user_ids) {
authmethod.activateUsersIds = function(eid, election, user_ids, comment) {
var url = backendUrl + 'auth-event/'+eid+'/census/activate/';
var data = {"user-ids": user_ids};
var data = {"user-ids": user_ids, "comment": comment};
return $http.post(url, data);
};

authmethod.deactivateUsersIds = function(eid, election, user_ids) {
authmethod.deactivateUsersIds = function(eid, election, user_ids, comment) {
var url = backendUrl + 'auth-event/'+eid+'/census/deactivate/';
var data = {"user-ids": user_ids};
var data = {"user-ids": user_ids, "comment": comment};
return $http.post(url, data);
};

Expand Down
68 changes: 29 additions & 39 deletions dist/appCommon-v103111.8.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/avWidgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var link = links[i], href = link.getAttribute("href");
void 0 !== callback && callback(link, i, className);
var iframe = createElement("iframe", {
"class": className + "-iframe",
class: className + "-iframe",
src: href,
style: "border: 0; width: 100%; height: 100%",
seamless: ""
Expand Down
Binary file modified dist/img/agora_voting_logo_100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,108 changes: 1,285 additions & 823 deletions dist/libCommon-v103111.8.js

Large diffs are not rendered by default.

477 changes: 233 additions & 244 deletions dist/libcompat-v103111.8.js

Large diffs are not rendered by default.

379 changes: 184 additions & 195 deletions dist/libnocompat-v103111.8.js

Large diffs are not rendered by default.

Binary file modified dist/themes/loop/loop_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.