Fixed pestañas

https://twitter.com/andyarias17/status/535129689413918723
This commit is contained in:
Igor Zhukov 2014-11-20 21:31:15 +03:00
parent 1e2669bcd4
commit 7d8a9cc518

View File

@ -669,7 +669,10 @@ angular.module('izhukov.mtproto.wrapper', ['izhukov.utils', 'izhukov.mtproto'])
else if (idleInstance.time > time - 10000 &&
time > errorShowTime) {
ErrorService.alert(_('error_modal_warning_title'), _('error_modal_multiple_open_tabs'));
ErrorService.alert(
_('error_modal_warning_title_raw'),
_('error_modal_multiple_open_tabs_raw')
);
errorShowTime += tsNow() + 60000;
}
}