diff options
Diffstat (limited to 'static/main.js')
-rw-r--r-- | static/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.js b/static/main.js index 593e1a756..020ef62fd 100644 --- a/static/main.js +++ b/static/main.js @@ -186,7 +186,7 @@ function setupButtons(options) { }); $('#changes').on('click', function () { - alertSystem.alert('Changelog', $(require('./changelog.html'))); + alertSystem.alert('Changelog', $(require('./changelog.html').default)); }); $('#ces').on('click', function () { |