From 0a97a2eefc21846ba20520619811894302ec21db Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Sat, 7 Sep 2013 21:29:12 +0300 Subject: [PATCH] Hide overlay on error --- js/documents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/documents.js b/js/documents.js index 38e102d8..10178af7 100644 --- a/js/documents.js +++ b/js/documents.js @@ -27,6 +27,7 @@ var documentsMain = { runtime.assert(response.status, "Server error"); if (response.status==='error'){ alert('Server error'); + documentsMain.hideOverlay(); return; }