Improved footer styles

This commit is contained in:
Igor Zhukov 2014-11-14 13:13:20 +03:00
parent c15ef061b5
commit dd6cf4f88e
2 changed files with 0 additions and 2 deletions

View File

@ -133,7 +133,6 @@ a.footer_lang_link.active {
}
a.footer_link {
color: #9cacb9;
font-weight: bold;
padding: 0 3px;
}
.footer_brand:hover,

View File

@ -1818,7 +1818,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
}
function notifyAboutMessage (message) {
console.warn('notify about message');
var peerID = getMessagePeer(message);
var fromUser = AppUsersManager.getUser(message.from_id);
var fromPhoto = AppUsersManager.getUserPhoto(message.from_id, 'User');