Skip to content

Commit

Permalink
Merge pull request #110 from pfeyz/fix-doInstructions
Browse files Browse the repository at this point in the history
fix typo, psiTurk -> psiturk
  • Loading branch information
gureckis committed Jun 16, 2014
2 parents dea02fd + 406a6ac commit e6dc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiturk/psiturk_js/psiturk.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var PsiTurk = function(uniqueId, adServerLoc) {
var loadPage = function() {

// show the page
psiTurk.showPage(instruction_pages[currentscreen]);
psiturk.showPage(instruction_pages[currentscreen]);

// connect event handler to previous button
if(currentscreen != 0) { // can't do this if first page
Expand Down

0 comments on commit e6dc37d

Please sign in to comment.