1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 15:07:17 +02:00

Try to fix Safari bug during installation

This commit is contained in:
Franz Liedke 2015-08-31 22:35:12 +02:00
parent ab496eb8f8
commit 5783dbe77b

View File

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