CURLOPT_FOLLOWLOCATION curl workaround (for safe_mode/open_basedir) (#138)

This commit is contained in:
RainLoop Team 2014-04-27 03:12:09 +04:00
parent 0fcd7cf122
commit 5fff5afd16
8 changed files with 186 additions and 273 deletions

View file

@ -208,7 +208,7 @@ function MailBoxMessageListViewModel()
return oMessage ? oMessage.generateUid() : '';
});
oData.messageListEndHash.subscribe(function (mValue) {
oData.messageListEndHash.subscribe(function () {
this.selector.scrollToTop();
}, this);