Browse Source

Improved footer styles

master
Igor Zhukov 10 years ago
parent
commit
dd6cf4f88e
  1. 1
      app/css/desktop.css
  2. 1
      app/js/services.js

1
app/css/desktop.css

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

1
app/js/services.js

@ -1818,7 +1818,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -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');

Loading…
Cancel
Save