Browse Source

Fixed show more

master
Igor Zhukov 10 years ago
parent
commit
e89eb2e83e
  1. 2
      app/js/controllers.js

2
app/js/controllers.js

@ -1089,7 +1089,7 @@ angular.module('myApp.controllers', ['myApp.i18n']) @@ -1089,7 +1089,7 @@ angular.module('myApp.controllers', ['myApp.i18n'])
moreActive = true;
var curJump = jump,
curMoreJump = moreJump,
curMoreJump = ++moreJump,
inputMediaFilter = $scope.historyFilter.mediaType && {_: inputMediaFilters[$scope.historyFilter.mediaType]},
limit = Config.Mobile ? 20 : 0,
getMessagesPromise = inputMediaFilter

Loading…
Cancel
Save