diff --git a/index.html b/index.html
index ed660a6058..038bada604 100644
--- a/index.html
+++ b/index.html
@@ -91,6 +91,7 @@
+
diff --git a/src/app.js b/src/app.js
index 1bd505602e..82d124c9f1 100644
--- a/src/app.js
+++ b/src/app.js
@@ -436,6 +436,10 @@ var run = function () {
var renderer = new Renderer(editor, executionContext.web3(), updateFiles, udapp, executionContext, formalVerification.event, compiler.event); // eslint-disable-line
+ $('#compile').click(function () {
+ compiler.compile();
+ });
+
executionContext.event.register('contextChanged', this, function (context) {
compiler.compile();
});