From f4b707a249484c4ab6e294e3ac9c03c4ddcdcbd1 Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Thu, 13 Oct 2016 22:04:39 +0200
Subject: [PATCH] closes #106

---
 templates/changelog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/changelog.html b/templates/changelog.html
index 70b8ee1..e093b8c 100644
--- a/templates/changelog.html
+++ b/templates/changelog.html
@@ -26,7 +26,7 @@
 						<td style="white-space: nowrap;">{{i.path}}</td>
 						<td>"{{i.value_old}}"</td>
 						<td>"{{i.value_new}}"</td>
-						<td><button onclick="moderatorinterface.set('{{i.path}}','{{i.value_old}}');alert('done');" class="btn btn-default">undo</button></td>
+						<td><button onclick="moderator.api.set('{{i.path}}','{{i.value_old}}');alert('done');" class="btn btn-default">undo</button></td>
 					</tr>
 				{% endfor %}
 			</table>
-- 
GitLab