From d1cf8bdd973b228dc93a8a24eb2d566cfb760c75 Mon Sep 17 00:00:00 2001 From: Dima Malishev Date: Sun, 21 Aug 2011 22:05:41 +0300 Subject: [PATCH] Under construction message for mail tab --- web/js/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/model.js b/web/js/model.js index cc1cf46c..d4c2541e 100644 --- a/web/js/model.js +++ b/web/js/model.js @@ -21,7 +21,7 @@ App.Model.WEB_DOMAIN.loadList = function() App.Model.MAIL.loadList = function() { //App.Ajax.request('MAIL.getList', {}, App.View.listItems); - App.Ref.CONTENT.html('

Under maintanance

'); + App.Ref.CONTENT.html('

Under maintanance

'); } App.Model.DB.loadList = function()