Skip to content

Commit

Permalink
Merge pull request #26 from BlaShadow/master
Browse files Browse the repository at this point in the history
Update collection.html
  • Loading branch information
andzdroid committed Apr 4, 2014
2 parents 4e31c51 + 3700e3e commit b8a6761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Add Document</h3>
{% if collectionName != 'system.indexes' %}
<script type="text/javascript">
function loadDocument(id) {
location.href = '{{ baseHref }}db/{{ dbName }}/{{ collectionName }}/' + id;
location.href = '{{ baseHref }}/db/{{ dbName }}/{{ collectionName }}/' + id;
}
</script>
{% endif %}
Expand Down

0 comments on commit b8a6761

Please sign in to comment.