wiki compare js bug
This commit is contained in:
parent
55d587f6d0
commit
904d83ea3c
|
@ -52,7 +52,7 @@ $(function(){
|
||||||
});
|
});
|
||||||
revs.reverse();
|
revs.reverse();
|
||||||
revs = revs.join("..");
|
revs = revs.join("..");
|
||||||
location.href = "{{ url_for('wiki.page') }}_compare/{{ name }}/" + revs;
|
location.href = "{{ url_for('wiki.page') }}/_compare/{{ name }}/" + revs;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue