Try to fix Safari bug during installation

This commit is contained in:
Franz Liedke 2015-08-31 22:35:12 +02:00
parent 1888b6e0c1
commit cb1ae3bdce

View File

@ -82,6 +82,8 @@ $(function() {
$button.prop('disabled', false).text('Install Flarum');
});
return false;
});
});
</script>