From cb1ae3bdce3552a39eaa8a110f2c666cf37870d9 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 31 Aug 2015 22:35:12 +0200 Subject: [PATCH] Try to fix Safari bug during installation --- framework/core/views/install/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/views/install/install.php b/framework/core/views/install/install.php index 0e3e2a828..fabefe62b 100644 --- a/framework/core/views/install/install.php +++ b/framework/core/views/install/install.php @@ -82,6 +82,8 @@ $(function() { $button.prop('disabled', false).text('Install Flarum'); }); + + return false; }); });