Skip to content

Commit 61170bd

Browse files
committed
test printfs..
1 parent 598928a commit 61170bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/appCommon-v3.0.1.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ angular.module("avRegistration").factory("Authmethod", [ "$http", "$cookies", "C
170170
} ]), angular.module("avRegistration").directive("avLogin", [ "Authmethod", "StateDataService", "$parse", "$state", "$cookies", "$i18next", "$window", "$timeout", "ConfigService", function(Authmethod, StateDataService, $parse, $state, $cookies, $i18next, $window, $timeout, ConfigService) {
171171
function link(scope, element, attrs) {
172172
var adminId = ConfigService.freeAuthId + "", autheventid = attrs.eventId;
173-
scope.orgName = ConfigService.organization.orgName, $cookies.authevent && $cookies.authevent === adminId && autheventid === adminId && ($window.location.href = "/admin/elections"),
174-
scope.sendingData = !1, scope.stateData = StateDataService.getData(), scope.code = null,
175-
attrs.code && attrs.code.length > 0 && (scope.code = attrs.code), scope.email = null,
176-
attrs.email && attrs.email.length > 0 && (scope.email = attrs.email), scope.isAdmin = !1,
177-
autheventid === adminId && (scope.isAdmin = !0), scope.resendAuthCode = function(field) {
173+
scope.orgName = ConfigService.organization.orgName, $cookies.authevent && $cookies.authevent === adminId && autheventid === adminId && (console.log("FELIX WINDOW HREF"),
174+
$window.location.href = "/admin/elections"), scope.sendingData = !1, scope.stateData = StateDataService.getData(),
175+
scope.code = null, attrs.code && attrs.code.length > 0 && (scope.code = attrs.code),
176+
scope.email = null, attrs.email && attrs.email.length > 0 && (scope.email = attrs.email),
177+
scope.isAdmin = !1, autheventid === adminId && (scope.isAdmin = !0), scope.resendAuthCode = function(field) {
178178
if (!scope.sendingData && "sms" === scope.method && scope.telIndex !== -1 && !scope.form["input" + scope.telIndex].$invalid) {
179179
field.value = "";
180180
var data = {};

dist/avConfig-v3.0.1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* in this same file, which you might want to edit and tune if needed.
2121
*/
2222

23-
var AV_CONFIG_VERSION = '3.3.0';
23+
var AV_CONFIG_VERSION = '3.0.1';
2424

2525
var avConfigData = {
2626
// the base url path for ajax requests, for example for sending ballots or

0 commit comments

Comments
 (0)