diff --git a/screens/PlanexScreen.js b/screens/PlanexScreen.js index 227e006..e7cf8d3 100644 --- a/screens/PlanexScreen.js +++ b/screens/PlanexScreen.js @@ -80,8 +80,10 @@ export default class PlanexScreen extends React.Component { this.customInjectedJS += '$("head").append(\'\');'; this.customInjectedJS += - '$(".fc-toolbar .fc-center").append(\'

' + i18n.t("planexScreen.rotateToLandscape") + '

\');' + - '$(".fc-toolbar .fc-center").append(\'

' + i18n.t("planexScreen.rotateToPortrait") + '

\');' + + '$(".fc-toolbar .fc-center").append(\'

' + + i18n.t("planexScreen.rotateToLandscape") + '

\');' + + '$(".fc-toolbar .fc-center").append(\'

' + + i18n.t("planexScreen.rotateToPortrait") + '

\');' + 'removeAlpha();' + '});true;'; // Prevent crash on ios