Disable previous pull-request (after testing)

This commit is contained in:
RainLoop Team 2014-09-19 15:32:25 +04:00
parent 48dc9859c2
commit dfb3a07536
4 changed files with 16 additions and 4 deletions

View file

@ -1900,7 +1900,6 @@
}
};
/**
* @param {string} sLanguage
* @param {Function=} fDone
@ -1922,6 +1921,19 @@
.always(fAllways || Utils.emptyFunction)
;
};
/**
* @param {Object} oParams
*/
Utils.setHeadViewport = function (oParams)
{
var aContent = [];
_.each(oParams, function (sKey, sValue) {
aContent.push('' + sKey + '=' + sValue);
});
$('#rl-head-viewport').attr('content', aContent.join(', '));
};
module.exports = Utils;

View file

@ -90,5 +90,5 @@
@import "SettingsThemes.less";
@import "Animations.less";
@import "Responsive.less";
//@import "Responsive.less";
@import "_End.less";

View file

@ -1,4 +1,4 @@
html.ssm-state-mobile {
html.ssm-state-mobile111 {
&.rl-message-fullscreen {
#rl-right {

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta id="rl-head-viewport" name="viewport" content="width=950,maximum-scale=2">
<meta name="apple-mobile-web-app-capable" content="yes" />
<noscript>
<meta http-equiv="refresh" content="0; URL=./?/NoScript" />