From bb7fcb043b78bed89c837888c86c6432cd238a4d Mon Sep 17 00:00:00 2001 From: Donna Wu Date: Tue, 17 Apr 2012 15:27:22 +0800 Subject: [PATCH] [General] Fix undefined symbol introduced by commit "d1f3f4" and "d27e46" --- src/js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/main.js b/src/js/main.js index fedc66b0..10f5a400 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -580,7 +580,8 @@ $(function() { function fsInitFailed() { if (window.location.protocol === "file:") { - showErrorDialog(); + alert("Please open browser with '--allow-file-access-from-files --enable-file-cookies' options.\n" + + "\nClose the browser if you have already opened it before."); } else { alert('Unable to init filesystem.'); }