From 08e71162a5088f63c7f499b25cfb7310cd0ec468 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 17 Dec 2013 15:31:07 +0100 Subject: [PATCH 1/1] Configure editors diff url --- apps/wiki/templates/wiki/bootstrap.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 5ed9a39c..1b4737a4 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -27,6 +27,7 @@ documentSaveUrl: function(id) { return '/editor/text/' + id + '/'; }, documentHistoryUrl: function(id) { return '/editor/history/' + id + '/'}, + documentDiffUrl: function(id) { return '/editor/diff/' + id + '/'; }, documentSaveForm: { fields: [ -- 2.20.1