Skip to content

Commit

Permalink
Merge pull request #55 from TheBnl/patch-1
Browse files Browse the repository at this point in the history
changed action 'view' to 'show'
  • Loading branch information
unclecheese committed Jun 18, 2014
2 parents 34aafaf + b9b9317 commit fddd8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/calendar_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function navigateToDate(date)
else
query_string = "";
parts = loc.split(current_url_segment);
document.location = controller_url_segment+"view/"+date+query_string
document.location = controller_url_segment+"show/"+date+query_string
}

function zeroPad(num) {
Expand Down

0 comments on commit fddd8f6

Please sign in to comment.