Skip to content

Commit

Permalink
changed currentDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmccann committed Jun 26, 2012
1 parent b374e07 commit afaa42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/washago.participant.js
Expand Up @@ -8,7 +8,7 @@ Washago.Participant = (function() {
var lastSentContributeID = null;
var reconstructingTags = false;
var currentLocation = ''; // ANTO: used only in function loadContributions()
var currentDatabase = 'roadshow'; // FIXME
var currentDatabase;

var locationsArray;
var predefinedTagArray;
Expand All @@ -31,6 +31,7 @@ Washago.Participant = (function() {
});

Sail.app.run = {name: Sail.getURLParameter('s')};
currentDatabase = Sail.app.run.name;
};

self.authenticate = function () {
Expand Down

0 comments on commit afaa42b

Please sign in to comment.