wiki compare js bug

This commit is contained in:
Matthew Scragg 2014-01-16 17:49:49 -06:00
parent 55d587f6d0
commit 904d83ea3c

View file

@ -52,7 +52,7 @@ $(function(){
});
revs.reverse();
revs = revs.join("..");
location.href = "{{ url_for('wiki.page') }}_compare/{{ name }}/" + revs;
location.href = "{{ url_for('wiki.page') }}/_compare/{{ name }}/" + revs;
});
});
</script>