From da390ff5738a5a66a304a6e485dfe3e23a44fea4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 16 Nov 2016 14:28:36 +0100 Subject: remove redundant function call --- view/tpl/wiki.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 5aa9dbc77..51503d100 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -37,10 +37,8 @@ {{/if}} - - + +

{{$wikiheaderName}}: {{$wikiheaderPage}}

@@ -405,6 +403,7 @@ resource_id: window.wiki_resource_id }, function (data) { + console.log(data); if (data.success) { var modalBody = $('#generic-modal-body-{{$wikiModalID}}'); modalBody.html('
'+data.diff+'
'); -- cgit v1.2.3