aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Drop Serve/DropZone.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Drop Serve/DropZone.m b/Drop Serve/DropZone.m
index 52f6107..df3667c 100644
--- a/Drop Serve/DropZone.m
+++ b/Drop Serve/DropZone.m
@@ -77,6 +77,8 @@
[_status_view setPath:path];
[_status_view setHidden:NO];
+ // Sleep to give the server time to start up before opening the page.
+ [NSThread sleepForTimeInterval:1];
[Server openInBrowser];
}