Mobile preview is configured incorrectly as in edit mode
--------------------------------------------------------
Key: MGNLSTK-982
URL: http://jira.magnolia-cms.com/browse/MGNLSTK-982
Project: Magnolia Standard Templating Kit
Issue Type: Bug
Affects Versions: 2.0.2
Reporter: Jan Haderka
Fix For: 2.0.x
When mobile preview is rendered, it is incorrectly shown still in edit mode
(although w/o green bars).
{code} //global information for the javascripts
window.magnoliaFrontendData = {
themePath: "/resources/templating-kit/",
contextPath: "",
isEdit: true,
texts: {
lightbox: {
close: "close lightbox",
next: "next picture"
},
close: "close"
},
cfg: {
}
};
</script>
{code}
namely {{isEdit: true}} in difference from normal (desktop) preview where this
value is set to {{false}}.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------